rm code from view and indent properly

Judy Ngai 9 years ago
parent
commit
c96e40272f
2 changed files with 4 additions and 11 deletions
  1. 3 3
      app/assets/javascripts/pages/agent-show-page.js.coffee
  2. 1 8
      app/views/agents/show.html.erb

+ 3 - 3
app/assets/javascripts/pages/agent-show-page.js.coffee

@@ -1,8 +1,8 @@
1 1
 class @AgentShowPage
2 2
   constructor: ->
3
-   $('#target').click ->
4
-     $('#memorytoggle').toggleClass 'hidden'
5
-     return
3
+    $('#target').click ->
4
+      $('#memorytoggle').toggleClass 'hidden'
5
+      return
6 6
     $(".agent-show #show-tabs a[href='#logs'], #logs .refresh").on "click", @fetchLogs
7 7
     $(".agent-show #logs .clear").on "click", @clearLogs
8 8
     $(".agent-show #memory .clear").on "click", @clearMemory

+ 1 - 8
app/views/agents/show.html.erb

@@ -176,11 +176,4 @@
176 176
         </div>
177 177
       </div>
178 178
   </div>
179
-</div>
180
-
181
-
182
-<%#= javascript_tag do %>
183
-<!-- $( "#target" ).click(function() {
184
-  $("#memorytoggle").toggleClass("hidden");
185
-}); -->
186
-<%#end %>
179
+</div>