From 12ea9fdd8c2a6d98791967a159ddac976958f305 Mon Sep 17 00:00:00 2001 From: totoro Date: Sat, 16 Oct 2021 20:59:04 +0200 Subject: [PATCH] [!] fix js file name --- web/jQuery/jq_button.anubis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/jQuery/jq_button.anubis b/web/jQuery/jq_button.anubis index 1932a2d..22c9048 100644 --- a/web/jQuery/jq_button.anubis +++ b/web/jQuery/jq_button.anubis @@ -333,7 +333,7 @@ public define HTML_Partial_Content _actioner = jQuery_actioner(same, jqscript("Xlib.make_confirm_dialog(this, " + to_JS_String(jquery_button_get_onclick_action(actioner)) +");")), partial_content([ - js(js_file("js/cxm/cxm.js")), + js(js_file("xlib/js/xlib.js")), js_inline(jquery_ready(js_data)) ], sequence([ -- libgit2 0.21.4