Browse Source

Fixed re-render when closing spy panel

Rashid Khan 13 năm trước cách đây
mục cha
commit
391ab7b563
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      partials/modal.html

+ 1 - 1
partials/modal.html

@@ -8,5 +8,5 @@
   
 </div>
 <div class="modal-footer">
-  <button type="button" class="btn btn-success" ng-click="dismiss();send_render()">Close</button>
+  <button type="button" class="btn btn-success" ng-click="dismiss()">Close</button>
 </div>