diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-11-09 08:43:28 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-11-09 08:43:28 +0000 |
| commit | 44dd790859458de46b0d480400753385ecfaf85a (patch) | |
| tree | 0bb4096ff43ea8a449da14393bfc4bbe784fc869 | |
| parent | d9d0cdfa13b71328db7fa781cc0b7d8e8c27704a (diff) | |
| download | themes-44dd790859458de46b0d480400753385ecfaf85a.tar.gz themes-44dd790859458de46b0d480400753385ecfaf85a.tar.bz2 themes-44dd790859458de46b0d480400753385ecfaf85a.zip | |
remove debug
| -rw-r--r-- | BitThemes.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BitThemes.php b/BitThemes.php index b765069..a8cf4d5 100644 --- a/BitThemes.php +++ b/BitThemes.php @@ -74,7 +74,6 @@ class BitThemes extends BitBase { if( $gBitSystem->isFeatureActive( 'site_top_bar_js' ) && $gBitSystem->isFeatureActive( 'site_top_bar_dropdown' )) { $this->loadJavascript( UTIL_PKG_PATH.'javascript/libs/fsmenu.js', TRUE ); } - vd($this->mAuxFiles['js']); // let's join the various files $this->mStyles['joined_javascript'] = $this->joinAuxFiles( 'js' ); |
