* upgrade jquery to 3.4.1, task #6533, bug #2755, task #6528, bug #2787.

This commit is contained in:
Catouse
2019-11-21 16:15:44 +08:00
parent 4cba83d9ed
commit f98ea2c6de
3 changed files with 686 additions and 8 deletions
+2 -2
View File
@@ -22,14 +22,14 @@ $onlybody = zget($_GET, 'onlybody', 'no');
if($config->debug)
{
$timestamp = time();
css::import($themeRoot . 'zui/css/min.css?t=' . $timestamp);
css::import($defaultTheme . 'style.css?t=' . $timestamp);
css::import($langTheme);
if(strpos($clientTheme, 'default') === false) css::import($clientTheme . 'style.css?t=' . $timestamp);
js::import($jsRoot . 'jquery/lib.js');
js::import($jsRoot . 'jquery/jquery.lib.debug.js');
js::import($jsRoot . 'zui/min.js?t=' . $timestamp);
js::import($jsRoot . 'my.full.js?t=' . $timestamp);