소스 검색

Add missing class on xeditable button

Emmanuel Vella 10 년 전
부모
커밋
bbfd5a139f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Resources/public/Admin.js

+ 1 - 1
Resources/public/Admin.js

@@ -145,7 +145,7 @@ var Admin = {
     setup_xeditable: function(subject) {
         Admin.log('[core|setup_xeditable] configure xeditable on', subject);
         jQuery('.x-editable', subject).editable({
-            emptyclass: 'editable-empty btn btn-sm',
+            emptyclass: 'editable-empty btn btn-sm btn-default',
             emptytext: '<i class="glyphicon glyphicon-edit"></i>',
             container: 'body',
             success: function(response) {