projects
/
web
/
Keweenaw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86bf778
)
js cache busting for blocks
author
Steve Sutton
<steve@gaslightmedia.com>
Thu, 14 Aug 2014 14:11:11 +0000
(10:11 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Thu, 14 Aug 2014 14:11:11 +0000
(10:11 -0400)
add ?v=1 to call for js file
Toolkit/Blocks/Admin/EditPage.php
patch
|
blob
|
history
diff --git
a/Toolkit/Blocks/Admin/EditPage.php
b/Toolkit/Blocks/Admin/EditPage.php
index
9b3e654
..
92fc483
100644
(file)
--- a/
Toolkit/Blocks/Admin/EditPage.php
+++ b/
Toolkit/Blocks/Admin/EditPage.php
@@
-124,7
+124,7
@@
class Toolkit_Blocks_Admin_EditPage
$GLOBALS['bottomScripts'][]
= CKEDITOR_JS . '';
$GLOBALS['bottomScripts'][]
- = $this->_routerPath . '/js/editPage.js';
+ = $this->_routerPath . '/js/editPage.js
?v=1
';
if ($_GET['blockId'] && $_REQUEST['Command'] == 'Delete') {
$blockId = filter_input(
INPUT_GET,