diff options
| author | spider@app2 <spiderr@bitweaver.org> | 2017-04-20 13:56:56 -0400 |
|---|---|---|
| committer | spider@app2 <spiderr@bitweaver.org> | 2017-04-20 13:56:56 -0400 |
| commit | 5863a43a244b77ad8e117e0a9514f5b6f1e22116 (patch) | |
| tree | 051015a2e5bb3ec208c246bf012f729b9b122f3a | |
| parent | f0fe5ea64e082a5e33657051dd90eaa43fd4477c (diff) | |
| download | themes-5863a43a244b77ad8e117e0a9514f5b6f1e22116.tar.gz themes-5863a43a244b77ad8e117e0a9514f5b6f1e22116.tar.bz2 themes-5863a43a244b77ad8e117e0a9514f5b6f1e22116.zip | |
use jquery-ui.min.css
| -rw-r--r-- | BitThemes.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BitThemes.php b/BitThemes.php index 5aa2055..9584c05 100644 --- a/BitThemes.php +++ b/BitThemes.php @@ -1506,7 +1506,7 @@ class BitThemes extends BitSingleton { $jquerySrc = '//ajax.googleapis.com/ajax/libs/jquery/'.$jqueryVersion.'/jquery'.$jqueryMin.'.js'; $this->mRawFiles['js'][] = $jquerySrc; $this->mRawFiles['js'][] = '//ajax.googleapis.com/ajax/libs/jqueryui/'.$jqueryUiVersion.'/jquery-ui'.$jqueryMin.'.js'; - $this->mRawFiles['css'][] = '//ajax.googleapis.com/ajax/libs/jqueryui/'.$jqueryUiVersion.'/themes/'.$jqueryTheme.'/jquery-ui.css'; + $this->mRawFiles['css'][] = '//ajax.googleapis.com/ajax/libs/jqueryui/'.$jqueryUiVersion.'/themes/'.$jqueryTheme.'/jquery-ui.min.css'; // bootstrap needs to load after jquery if( file_exists( $bootstrapSrc ) ) { $this->mRawFiles['js'][] = $bootstrapSrc; |
