Skip to content

Commit be04757

Browse files
committed
Should load the bootstrap after jquery
1 parent 049e270 commit be04757

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/web/lib/fog/page.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

packages/web/lib/fog/system.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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');

0 commit comments

Comments
 (0)