Browse Source

fix copy bug

geeyan 10 years ago
parent
commit
9471008afd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bootstrap-table.js

+ 1 - 1
src/bootstrap-table.js

@@ -1524,7 +1524,7 @@
                     // Hide empty data on Card view when smartDisplay is set to true.
                     if (that.options.cardView && that.options.smartDisplay && value === '') {
                         // Should set a placeholder for event binding correct fieldIndex
-+                       text = '<div class="card-view"></div>';
+                        text = '<div class="card-view"></div>';
                     }
                 }