aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-04-07 02:44:49 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-04-07 02:44:49 +0000
commite4b2df18430a5423db399c63371fc4521aba4dbd (patch)
treeaa1e4f399dab7b971aa4b68a81135eea44a6c870 /js
parent0f925897123a97a06e0c296f3cd5fa0e81a06ce2 (diff)
downloadelgg-e4b2df18430a5423db399c63371fc4521aba4dbd.tar.gz
elgg-e4b2df18430a5423db399c63371fc4521aba4dbd.tar.bz2
Refs #3278. No more likes in login popup handler.
git-svn-id: http://code.elgg.org/elgg/trunk@8950 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'js')
-rw-r--r--js/lib/ui.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/lib/ui.js b/js/lib/ui.js
index c988b8590..16f1f969c 100644
--- a/js/lib/ui.js
+++ b/js/lib/ui.js
@@ -255,7 +255,7 @@ elgg.ui.likesPopupHandler = function(hook, type, params, options) {
*
* @return {Object}
*/
-elgg.ui.likesLoginHandler = function(hook, type, params, options) {
+elgg.ui.LoginHandler = function(hook, type, params, options) {
if (params.target.attr('id') == 'login-dropdown-box') {
options.my = 'right top';
options.at = 'right bottom';
@@ -266,4 +266,4 @@ elgg.ui.likesLoginHandler = function(hook, type, params, options) {
elgg.register_hook_handler('init', 'system', elgg.ui.init);
elgg.register_hook_handler('getOptions', 'ui.popup', elgg.ui.likesPopupHandler);
-elgg.register_hook_handler('getOptions', 'ui.popup', elgg.ui.likesLoginHandler); \ No newline at end of file
+elgg.register_hook_handler('getOptions', 'ui.popup', elgg.ui.LoginHandler); \ No newline at end of file