From 7f46dceba081b5bdc3d2fb65c942dbf3c4616a87 Mon Sep 17 00:00:00 2001 From: Lars Jung Date: Sat, 24 Sep 2011 03:26:03 +0200 Subject: [PATCH] Minor refactorings. --- src/h5ai/js/inc/jquery.scrollpanel.js | 2 +- src/h5ai/js/inc/jquery.utils.js | 2 +- src/h5ai/js/main-js.js | 2 +- src/h5ai/js/main-php.js | 2 +- src/js.htaccess | 2 +- src/php.htaccess | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/h5ai/js/inc/jquery.scrollpanel.js b/src/h5ai/js/inc/jquery.scrollpanel.js index 3cfaf5f8..585d7961 100644 --- a/src/h5ai/js/inc/jquery.scrollpanel.js +++ b/src/h5ai/js/inc/jquery.scrollpanel.js @@ -144,4 +144,4 @@ }); }; -})(jQuery); +}(jQuery)); diff --git a/src/h5ai/js/inc/jquery.utils.js b/src/h5ai/js/inc/jquery.utils.js index db020780..bcd46628 100644 --- a/src/h5ai/js/inc/jquery.utils.js +++ b/src/h5ai/js/inc/jquery.utils.js @@ -26,4 +26,4 @@ return timer; }()); -})(jQuery); \ No newline at end of file +}(jQuery)); \ No newline at end of file diff --git a/src/h5ai/js/main-js.js b/src/h5ai/js/main-js.js index 28afc82b..bd09d420 100644 --- a/src/h5ai/js/main-js.js +++ b/src/h5ai/js/main-js.js @@ -27,4 +27,4 @@ h5ai.init(); }); -})(jQuery); +}(jQuery)); diff --git a/src/h5ai/js/main-php.js b/src/h5ai/js/main-php.js index 790b67c6..ec18573a 100644 --- a/src/h5ai/js/main-php.js +++ b/src/h5ai/js/main-php.js @@ -21,4 +21,4 @@ h5ai.shiftTree(false, true); }); -})(jQuery); +}(jQuery)); diff --git a/src/js.htaccess b/src/js.htaccess index a7a37233..39436a20 100644 --- a/src/js.htaccess +++ b/src/js.htaccess @@ -1,5 +1,5 @@ ################################ -# %BUILD_NAME% %BUILD_VERSION% (js) +# h5ai %BUILD_VERSION% (js) # customized .htaccess ################################ diff --git a/src/php.htaccess b/src/php.htaccess index 604db3ac..24cd5943 100644 --- a/src/php.htaccess +++ b/src/php.htaccess @@ -1,5 +1,5 @@ ################################ -# %BUILD_NAME% %BUILD_VERSION% (php) +# h5ai %BUILD_VERSION% (php) # customized .htaccess ################################