From 19d07ba85a21229e254acb3863c187ae4917d504 Mon Sep 17 00:00:00 2001 From: fentas Date: Sat, 4 Jul 2015 15:34:42 +0200 Subject: [PATCH] remove popup position check --- src/definitions/modules/popup.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/definitions/modules/popup.js b/src/definitions/modules/popup.js index bb3bd46e8..566f32e59 100644 --- a/src/definitions/modules/popup.js +++ b/src/definitions/modules/popup.js @@ -687,11 +687,6 @@ $.fn.popup = function(parameters) { popup = calculations.popup; parent = calculations.parent; - if(target.top === 0 && target.left === 0) { - module.debug('Popup target is hidden, no action taken'); - return false; - } - if(settings.inline) { module.debug('Adding margin to calculation', target.margin); if(position == 'left center' || position == 'right center') {