annotate patches/5-ie7-compatibility.patch @ 2:c076d54409cb

Popus: Version RF
author Franck Deroche <franck@defr.org>
date Fri, 31 Dec 2010 13:46:12 +0100
parents
children
rev   line source
franck@2 1 Index: popups.js
franck@2 2 ===================================================================
franck@2 3 --- popups.js (révision 555)
franck@2 4 +++ popups.js (copie de travail)
franck@2 5 @@ -604,7 +604,8 @@
franck@2 6 if (popup) {
franck@2 7 // console.log('removing '+popup.id);
franck@2 8 popup.$popup().remove();
franck@2 9 - Popups.popupStack.splice(Popups.popupStack.indexOf(popup), 1); // Remove popup from stack. Probably should rework into .pop()
franck@2 10 +// Popups.popupStack.splice(Popups.popupStack.indexOf(popup), 1); // Remove popup from stack. Probably should rework into .pop()
franck@2 11 + Popups.popupStack.pop();
franck@2 12 }
franck@2 13 // else {
franck@2 14 // console.log("Popups.removePopup - there is no popup to remove.");