Commit 6fe073d8 authored by Romain Courteaud's avatar Romain Courteaud

erp5_officejs/erp5_travel_expense: replace deprecated url

parent 07c353d8
...@@ -211,7 +211,7 @@ ...@@ -211,7 +211,7 @@
.push(function (global_setting_gadget) { .push(function (global_setting_gadget) {
return global_setting_gadget.getSetting( return global_setting_gadget.getSetting(
"erp5_url", "erp5_url",
"https://nexedijs.erp5.net" "https://erp5js.nexedi.net"
); );
}) })
.push(function (erp5_url) { .push(function (erp5_url) {
......
...@@ -165,7 +165,7 @@ ...@@ -165,7 +165,7 @@
.push(function (erp5_url) { .push(function (erp5_url) {
var erp5_url_input = var erp5_url_input =
gadget.props.element.querySelector("input[name='erp5_url']"); gadget.props.element.querySelector("input[name='erp5_url']");
erp5_url_input.value = erp5_url || "https://nexedijs.erp5.net"; erp5_url_input.value = erp5_url || "https://erp5js.nexedi.net";
erp5_url_input.removeAttribute("disabled"); erp5_url_input.removeAttribute("disabled");
erp5_url_input.parentNode.classList.remove('ui-state-disabled'); erp5_url_input.parentNode.classList.remove('ui-state-disabled');
erp5_url_input.focus(); erp5_url_input.focus();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment