OPAC now uses combine
[koha.git] / koha-tmpl / opac-tmpl / prog / en / js / script.js
index a3cfab8..67ea771 100644 (file)
@@ -1,4 +1,3 @@
-function _(s) { return s } // dummy function for gettext
 function confirmDelete(message) {
        return (confirm(message) ? true : false);
 }