Skip to content

Commit

Permalink
Merge branch 'add-feedback' of https://github.com/vlead/feedback-portal
Browse files Browse the repository at this point in the history
… into develop
  • Loading branch information
ksripathi committed Oct 19, 2016
2 parents 8532a5e + 1950620 commit e73e0fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/runtime/rest/api.org
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ def get_gateway_ip():
<hr style="background:#ff6600 !important; height: 8px; margin-top: 0px;">
</div>
<br><br><br><br><br>
<h2 align="center"><font color="green">Thank you for feedback</font></h2>
<h2 align="center"><font color="green">Thank you for the feedback</font></h2>
<br>
<h5 align="center"><font color="green">You may close this window</font></h5>
</body>
Expand Down Expand Up @@ -1226,7 +1226,7 @@ function submitFeedback(event) {
},

error: function(data){
alert("error");
//alert("error");
console.log("Error in submitted feedback");
console.log(data);
}
Expand All @@ -1245,7 +1245,7 @@ function submitFeedback(event) {
},

error: function(data){
alert("error");
//alert("error");
console.log("Error in submitted feedback");
console.log(data);
}
Expand Down

0 comments on commit e73e0fc

Please sign in to comment.