diff options
| -rwxr-xr-x | includes/ajax_file_browser_inc.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/ajax_file_browser_inc.php b/includes/ajax_file_browser_inc.php index 860775f..06d0232 100755 --- a/includes/ajax_file_browser_inc.php +++ b/includes/ajax_file_browser_inc.php @@ -43,7 +43,6 @@ if( !empty( $_REQUEST['ajax_path_conf'] ) && $gBitSystem->isFeatureActive( $_REQ $fileList = ajax_dir_list( $gBitSystem->getConfig( $_REQUEST['ajax_path_conf'] ), !empty( $_REQUEST['relpath'] ) ? $_REQUEST['relpath'] . "/" : null); $gBitSmarty->assign( 'fileList', $fileList ); } -$gBitThemes->loadAjax( 'mochikit', [ 'Iter.js', 'DOM.js', 'Async.js' ]); $gBitThemes->loadJavascript( KERNEL_PKG_PATH."scripts/BitFileBrowser.js", true ); if( $gBitThemes->isAjaxRequest() ) { |
