Browse Source

Update bootstrap-table-auto-refresh.js

文翼 6 years ago
parent
commit
2f789fee45
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/extensions/auto-refresh/bootstrap-table-auto-refresh.js

+ 1 - 1
src/extensions/auto-refresh/bootstrap-table-auto-refresh.js

@@ -15,7 +15,7 @@
         autoRefreshStatus: true,
         autoRefreshStatus: true,
         autoRefreshFunction: null
         autoRefreshFunction: null
     });
     });
-    
+
     $.extend($.fn.bootstrapTable.defaults.icons, {
     $.extend($.fn.bootstrapTable.defaults.icons, {
         autoRefresh: $.fn.bootstrapTable.utils.bootstrapVersion === 4 ? 'fa-clock' : 'glyphicon-time icon-time'
         autoRefresh: $.fn.bootstrapTable.utils.bootstrapVersion === 4 ? 'fa-clock' : 'glyphicon-time icon-time'
     });
     });