I need to execute some javascript on every DocType’s Form view.
I tried doctype_js = {"*" : "public/js/doctype.js"}
but the code doesn’t run, so I am assuming the * wildcard doesn’t work for doctype_js…
I need to execute some javascript on every DocType’s Form view.
I tried doctype_js = {"*" : "public/js/doctype.js"}
but the code doesn’t run, so I am assuming the * wildcard doesn’t work for doctype_js…