Commit e86c27fb authored by Boris Kocherov's avatar Boris Kocherov

not important cleanup

parent f8b40a42
......@@ -3,7 +3,6 @@
(function (window, rJS, $, RSVP) {
"use strict";
var gk = rJS(window);
function getJSON(url) {
var protocol = URI(url).protocol();
......@@ -196,7 +195,7 @@
});
}
gk
rJS(window)
.declareMethod("loadJSONSchema", function (url) {
return getJSON(url)
.push(function (json) {
......
......@@ -25,10 +25,9 @@
</div>
<div class="field" title="serialisation_type">
<div class="input">
<input type=hidden name="serialisation_type" class="slapos-serialisation-type"></input>
<input type=hidden name="serialisation_type" class="slapos-serialisation-type"/>
</div>
</div>
</div>
<div class="field" title="hide_show_button">
<div class="input">
<button type="button" class="slapos-show-form hidden-button"> Show Parameter Form </button>
......@@ -39,8 +38,8 @@
<fieldset id="parameter-main"> </fieldset>
<fieldset id="parameter-optional"> </fieldset>
<fieldset id="parameter-xml">
<input type=hidden name="parameter_hash" class="parameter_hash_output"></input>
<input type=hidden name="shared" class="parameter_shared"></input>
<input type=hidden name="parameter_hash" class="parameter_hash_output"/>
<input type=hidden name="shared" class="parameter_shared"/>
</fieldset>
</div>
<div class="loadschema"
......
......@@ -204,8 +204,6 @@
/* console.log(key); */
div_input = document.createElement("div");
div_input = document.createElement("div");
div_input.setAttribute("class", "input");
......
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