cubicweb/web/data/cubicweb.goa.js
changeset 11129 97095348b3ee
parent 11128 9b4de34ad394
parent 11127 6464edfa95bb
child 11130 9b8dcde03499
--- a/cubicweb/web/data/cubicweb.goa.js	Thu Feb 11 21:59:49 2016 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-/**
- *  functions specific to cubicweb on google appengine
- *
- *  :organization: Logilab
- *  :copyright: 2008-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
- *  :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
- */
-
-/**
- * .. function:: rql_for_eid(eid)
- *
- * overrides rql_for_eid function from htmlhelpers.hs
- */
-function rql_for_eid(eid) {
-        return 'Any X WHERE X eid "' + eid + '"';
-}