ソースを参照

Update bootstrap-table-auto-refresh.js

文翼 6 年 前
コミット
2f789fee45

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

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