From 5875691d348a3cd36d646b28ac611adf8226540c Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 7 Jan 2013 22:35:28 -0800 Subject: make normal popups work again --- js/main.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'js') diff --git a/js/main.js b/js/main.js index 18cf79ce8..59c55551b 100644 --- a/js/main.js +++ b/js/main.js @@ -187,7 +187,8 @@ /* notification menus are loaded dynamically * - here we find a rel tag to figure out what type of notification to load */ var loader_source = $(menu).attr('rel'); - if(loader_source.length) { + + if(typeof(loader_source) != 'undefined' && loader_source.length) { notify_popup_loader(loader_source); } menu.toggle(); -- cgit v1.2.3