fix Create link for css
This commit is contained in:
parent
cee41d9147
commit
3ae347bbfe
|
@ -88,7 +88,7 @@ div>label {
|
||||||
create_element_link(document.getElementById("create_link"), function() {
|
create_element_link(document.getElementById("create_link"), function() {
|
||||||
return window.location.href.split("?")[0] + "?"
|
return window.location.href.split("?")[0] + "?"
|
||||||
+ "base=" + document.getElementById("base_input").value
|
+ "base=" + document.getElementById("base_input").value
|
||||||
+ "&extension=" + document.getElementById("extension_input").value;
|
+ "&extension=" + document.getElementById("extension_input").value
|
||||||
+ "&css=" + document.getElementById("css_input").value;
|
+ "&css=" + document.getElementById("css_input").value;
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue