Commit 252d3595 by Sulyok Gábor

Fixed JavaScript and HTML element ID

parent cfc6c937
Pipeline #247 failed with stage
in 0 seconds
......@@ -803,7 +803,7 @@ jsPlumb.ready(function() {
/* Registering events concerning persistence. */
$('body').on('click', '#saveService',function() {
$('body').on('click', '#deployService',function() {
$.post("", {
event: "deploy",
}, function(result) {
......
......@@ -47,7 +47,7 @@
<button class="btn btn-success btn-xs hidden-lg" id="saveService"><i class="fa fa-floppy-o"></i></button>
</div>
<div class="col-xs-1 col-xs-push-1 text-right">
<button class="btn btn-success btn-xs btn-block hidden-xs hidden-sm hidden-md" id="saveService">{% trans 'Deploy' %}</button>
<button class="btn btn-success btn-xs btn-block hidden-xs hidden-sm hidden-md" id="deployService">{% trans 'Deploy' %}</button>
<button class="btn btn-success btn-xs hidden-lg" id="deployService"><i class="fa fa-floppy-o"></i></button>
</div>
<div class="col-xs-1 col-xs-push-1 text-right">
......
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 sign in to comment