Commit 12ea9fdd8c2a6d98791967a159ddac976958f305
1 parent
358bd560
[!] fix js file name
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
web/jQuery/jq_button.anubis
| ... | ... | @@ -333,7 +333,7 @@ public define HTML_Partial_Content |
| 333 | 333 | _actioner = jQuery_actioner(same, jqscript("Xlib.make_confirm_dialog(this, " + to_JS_String(jquery_button_get_onclick_action(actioner)) +");")), |
| 334 | 334 | |
| 335 | 335 | partial_content([ |
| 336 | - js(js_file("js/cxm/cxm.js")), | |
| 336 | + js(js_file("xlib/js/xlib.js")), | |
| 337 | 337 | js_inline(jquery_ready(js_data)) |
| 338 | 338 | ], |
| 339 | 339 | sequence([ | ... | ... |