From 6576f0d59c4c8d2f40c41026cf4e985b4dc821d9 Mon Sep 17 00:00:00 2001 From: jlukic Date: Thu, 20 Nov 2014 02:01:38 -0500 Subject: [PATCH] Remove error message for when popup cant find a position, its not really an error --- src/definitions/modules/popup.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/definitions/modules/popup.js b/src/definitions/modules/popup.js index 5eb05388d..de3b80f5a 100644 --- a/src/definitions/modules/popup.js +++ b/src/definitions/modules/popup.js @@ -628,7 +628,7 @@ $.fn.popup = function(parameters) { ; } else { - module.error(error.recursion, element); + module.debug('Popup could not find a position onstage', $popup); searchDepth = 0; module.reset(); $popup.removeClass(className.loading); @@ -965,8 +965,7 @@ $.fn.popup.settings = { error: { invalidPosition : 'The position you specified is not a valid position', - method : 'The method you called is not defined.', - recursion : 'Popup attempted to reposition element to fit, but could not find an adequate position.' + method : 'The method you called is not defined.' }, metadata: {