Commit e86c27fb authored by Boris Kocherov's avatar Boris Kocherov

not important cleanup

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