Dennis Hernández 9 years ago
parent
commit
c537ddc32c
2 changed files with 4 additions and 3 deletions
  1. 2 1
      .gitignore
  2. 2 2
      src/bootstrap-table.js

+ 2 - 1
.gitignore

@@ -22,4 +22,5 @@ nbproject
 .buildpath
 .idea
 .project
-.settings
+.settings
+*.iml

+ 2 - 2
src/bootstrap-table.js

@@ -2110,7 +2110,7 @@
         });
 
         this.$tableFooter.find('tr').html(html.join(''));
-		this.$tableFooter.show();
+        this.$tableFooter.show();
         clearTimeout(this.timeoutFooter_);
         this.timeoutFooter_ = setTimeout($.proxy(this.fitFooter, this),
             this.$el.is(':hidden') ? 100 : 0);
@@ -2219,7 +2219,7 @@
             // remove the element css
             this.$el.css('margin-top', '0');
             this.$tableContainer.css('padding-bottom', '0');
-			this.$tableFooter.hide();
+            this.$tableFooter.hide();
             return;
         }