Commit 48495d18e74419915b75939eaf6020fae79181b6

Authored by David RENÉ
2 parents 4cc8efb4 bbf52ca4

Merge branch 'release/ANUBIS_1_19' of ssh://gitlab.anubis-lang.com:33000/anubis/…

…xlib into release/ANUBIS_1_19
Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
web/jQuery/jq_button.anubis
... ... @@ -267,7 +267,7 @@ public define HTML_Partial_Content
267 267 partial_content(
268 268 [
269 269 jquery_button_get_onclick_action(button_id_str, actioner),
270   - css(css_file("css/cxm/cxm_button.css")),
  270 + css(css_file("xlib/css/button.css")),
271 271 js_inline(jquery_ready("$('.jq_img_btn').button();"))
272 272 ],
273 273 jquery_button_html(button, button_id_str))
... ... @@ -297,8 +297,8 @@ public define HTML_Partial_Content
297 297 _actioner = jQuery_actioner(same, jqscript("Xlib.make_confirm_dialog(this, " /*+ to_js_string("/?a=" + url + format_extra_operands(extra_ops))+*/ + to_JS_String(jquery_button_get_onclick_action(actioner)) + ");")),
298 298  
299 299 partial_content([
300   - js(js_file("js/cxm/cxm.js")),
301   - css(css_file("css/cxm/cxm_button.css")),
  300 + js(js_file("xlib/js/xlib.js")),
  301 + css(css_file("xlib/css/button.css")),
302 302 js_inline(jquery_ready(js_data))
303 303 ],
304 304 sequence([
... ...