File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -266,7 +266,6 @@ public function __construct()
266266 $ this ->menu = ob_get_clean ();
267267 }
268268 $ files = array (
269- 'js/fog/bootstrap-csrf.js ' ,
270269 'js/jquery-latest.min.js ' ,
271270 'js/jquery.validate.min.js ' ,
272271 'js/additional-methods.min.js ' ,
@@ -285,6 +284,7 @@ public function __construct()
285284 'js/jquery-ui-timepicker-addon.js ' ,
286285 'js/bootstrap.min.js ' ,
287286 'js/bootstrap-dialog.min.js ' ,
287+ 'js/fog/bootstrap-csrf.js ' ,
288288 'js/fog/fog.js ' ,
289289 'js/fog/fog.main.js ' ,
290290 'js/jscolor.min.js '
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ private static function _versionCompare()
5353 public function __construct ()
5454 {
5555 self ::_versionCompare ();
56- define ('FOG_VERSION ' , '1.5.10.1716 ' );
56+ define ('FOG_VERSION ' , '1.5.10.1717 ' );
5757 define ('FOG_SCHEMA ' , 273 );
5858 define ('FOG_BCACHE_VER ' , 141 );
5959 define ('FOG_CLIENT_VERSION ' , '0.13.0 ' );
You can’t perform that action at this time.
0 commit comments