Commit c7a326a8ee0afc7708905d3508d5e394fcb912f7

Authored by David RENÉ
1 parent 0f4cd29c

change the path to jscolor.min.js to the new path prefixed with hayamiki

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
view/view_table_renderer.anubis
... ... @@ -546,7 +546,7 @@ public define HTML_Partial_Content
546 546  
547 547  
548 548 with uid = "_"+generate_random_string(15)+"_",
549   - partial_content([ js(js_file("js/jscolor.min.js"))
  549 + partial_content([ js(js_file("hayamiki/js/jscolor.min.js"))
550 550 ]+jq_dialog_init + jq_datetimepicker_init(lang),
551 551 [html_wave_box_wide(_T(to_upper(current_view.table_name)),
552 552 sequence([
... ... @@ -583,7 +583,7 @@ public define HTML_Partial_Content
583 583 with referer_arg = "&"+to_Web_arg(table_referer, ""),
584 584 with current_view = vtm_v.get_view(view_name),
585 585 with uid = generate_random_string(20)+"_",
586   - partial_content([ js(js_file("js/jscolor.min.js"))
  586 + partial_content([ js(js_file("hayamiki/js/jscolor.min.js"))
587 587 ]+
588 588 jq_dialog_init +
589 589 jq_datetimepicker_init(lang),
... ... @@ -1170,7 +1170,7 @@ public define HTML_Partial_Content
1170 1170 with button_name_and_new = if create then _T("CREATE_AND_EDIT_NEW") else _T("UPDATE_AND_EDIT_NEW"),
1171 1171 with form_id = dialog_id+"_form",
1172 1172 partial_content(
1173   - [ js(js_file("js/jscolor.min.js")),
  1173 + [ js(js_file("hayamiki/js/jscolor.min.js")),
1174 1174 js_script("jscolor.installByClassName('jscolor');")
1175 1175 //js_script("jscolor.init;")
1176 1176  
... ...