diff options
author | Elan Ruusamäe <glen@delfi.ee> | 2011-11-24 00:16:01 +0200 |
---|---|---|
committer | Elan Ruusamäe <glen@delfi.ee> | 2011-11-24 00:16:01 +0200 |
commit | 9ebae2ae295f745e1c3f257a52551b65e791f852 (patch) | |
tree | 783861d2ce9d10765598146cafcb8ca36df13b83 /lib/scripts/page.js | |
parent | fb286077fc5fb32f16fdd1b2f0cb7543e583cdda (diff) | |
download | dokuwiki-9ebae2ae295f745e1c3f257a52551b65e791f852.tar.gz dokuwiki-9ebae2ae295f745e1c3f257a52551b65e791f852.zip |
fix jQuery capitalization
Diffstat (limited to 'lib/scripts/page.js')
-rw-r--r-- | lib/scripts/page.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/scripts/page.js b/lib/scripts/page.js index e4033b76d..55a844f0b 100644 --- a/lib/scripts/page.js +++ b/lib/scripts/page.js @@ -43,7 +43,7 @@ dw_page = { * * @param target - the DOM element at which the popup should be aligned at * @param popup_id - the ID of the (new) DOM popup - * @return the Popup JQuery object + * @return the Popup jQuery object */ insituPopup: function(target, popup_id) { // get or create the popup div |