Subversion Repository Public Repository

Nextrek

Diff Revisions 589 vs 590 for /Android/SmartCharging/endPoints/nightly/control_panel/js/locals.js

Diff revisions: vs.
  @@ -17,7 +17,6 @@
17 17 type: 'POST',
18 18 success: function(data) {
19 19 if (data.comments) {
20 - alert(JSON.stringify());
21 20 if (data.comments.length > 0) {
22 21
23 22 for (var i = 0; data.comments.length; i++) {
  @@ -33,6 +32,8 @@
33 32 $("#more-comments-button").click(function() {
34 33 fetchComments(local_id, startIndex+10);
35 34 });
35 +
36 + $("#more-comments-button").show();
36 37 }
37 38
38 39 } else {