From: Steve Sutton Date: Thu, 14 Aug 2014 14:11:11 +0000 (-0400) Subject: js cache busting for blocks X-Git-Tag: V1.0^2~81 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=2fff1a9f315a13bfb6018a707abfb99570fe8b23;p=web%2FKeweenaw.git js cache busting for blocks add ?v=1 to call for js file --- diff --git a/Toolkit/Blocks/Admin/EditPage.php b/Toolkit/Blocks/Admin/EditPage.php index 9b3e654..92fc483 100644 --- 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,