Browse Source

Removed code toggle

Andrew Kane 8 năm trước cách đây
mục cha
commit
1dd74f8ae9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/assets/javascripts/blazer/application.js

+ 1 - 1
app/assets/javascripts/blazer/application.js

@@ -28,7 +28,7 @@ $(document).on("change", "#bind input, #bind select", function () {
 });
 
 $(document).on("click", "#code", function () {
-  $(this).toggleClass("expanded");
+  $(this).addClass("expanded");
 });
 
 function uuid() {