web/data/cubicweb.htmlhelpers.js
changeset 9814 faf0511ac181
parent 9379 b0b1148b6963
child 9819 95902c0b991b
--- a/web/data/cubicweb.htmlhelpers.js	Tue May 06 15:58:20 2014 +0200
+++ b/web/data/cubicweb.htmlhelpers.js	Mon May 26 12:10:22 2014 +0200
@@ -107,18 +107,6 @@
 }
 
 /**
- * .. function:: popupLoginBox()
- *
- * toggles visibility of login popup div
- */
-// XXX used exactly ONCE in basecomponents
-popupLoginBox = cw.utils.deprecatedFunction(
-    function() {
-        $('#popupLoginBox').toggleClass('hidden');
-        jQuery('#__login:visible').focus();
-});
-
-/**
  * .. function getElementsMatching(tagName, properties, \/* optional \*\/ parent)
  *
  * returns the list of elements in the document matching the tag name