diff options
| author | spider@dev <spiderr@bitweaver.org> | 2016-07-23 17:30:36 -0400 |
|---|---|---|
| committer | spider@dev <spiderr@bitweaver.org> | 2016-07-23 17:30:36 -0400 |
| commit | 394b72e9ffcc785f200f0fb722cd02c92554506b (patch) | |
| tree | 8eaca2eb58c1b662c60e3f268ef12428b5f180d6 | |
| parent | 945244c514c9230b483ff3949e604d22d4873694 (diff) | |
| download | themes-394b72e9ffcc785f200f0fb722cd02c92554506b.tar.gz themes-394b72e9ffcc785f200f0fb722cd02c92554506b.tar.bz2 themes-394b72e9ffcc785f200f0fb722cd02c92554506b.zip | |
update jquery version
| -rw-r--r-- | BitThemes.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/BitThemes.php b/BitThemes.php index bac99e6..76ffab6 100644 --- a/BitThemes.php +++ b/BitThemes.php @@ -1500,9 +1500,9 @@ class BitThemes extends BitSingleton { switch( $ajaxLib ) { case 'jquery': $protocol = (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on') ? 'https' : 'http'; - $jqueryVersion = $gBitSystem->getConfig( 'jquery_version', '1.10.1' ); - $jqueryUiVersion = $gBitSystem->getConfig( 'jquery_ui_version', '1.9.2' ); - $jqueryTheme = $gBitSystem->getConfig( 'jquery_theme', 'base' ); + $jqueryVersion = $gBitSystem->getConfig( 'jquery_version', '1.12.4' ); + $jqueryUiVersion = $gBitSystem->getConfig( 'jquery_ui_version', '1.11.4' ); + $jqueryTheme = $gBitSystem->getConfig( 'jquery_theme', 'smoothness' ); $jquerySrc = $protocol.'://ajax.googleapis.com/ajax/libs/jquery/'.$jqueryVersion.'/jquery'.$jqueryMin.'.js'; $this->mRawFiles['js'][] = $jquerySrc; $this->mRawFiles['js'][] = $protocol.'://ajax.googleapis.com/ajax/libs/jqueryui/'.$jqueryUiVersion.'/jquery-ui'.$jqueryMin.'.js'; |
