cubicweb/web/data/cubicweb.htmlhelpers.js
changeset 12503 b01dd0ef43aa
parent 11057 0b59724cb3f2
--- a/cubicweb/web/data/cubicweb.htmlhelpers.js	Wed Mar 13 13:37:49 2019 +0100
+++ b/cubicweb/web/data/cubicweb.htmlhelpers.js	Thu Mar 14 14:43:18 2019 +0100
@@ -10,17 +10,6 @@
 
 
 /**
- * .. function:: baseuri()
- *
- * returns the document's baseURI.
- */
-baseuri = cw.utils.deprecatedFunction(
-    "[3.20] baseuri() is deprecated, use BASE_URL instead",
-    function () {
-        return BASE_URL;
-    });
-
-/**
  * .. function:: setProgressCursor()
  *
  * set body's cursor to 'progress'