bootstrap-table-en-US.min.js 534 B

1234567
  1. /*
  2. * bootstrap-table - v1.3.0 - 2014-10-16
  3. * https://github.com/wenzhixin/bootstrap-table
  4. * Copyright (c) 2014 zhixin wen
  5. * Licensed MIT License
  6. */
  7. !function(a){"use strict";a.extend(a.fn.bootstrapTable.defaults,{formatLoadingMessage:function(){return"Loading, please wait…"},formatRecordsPerPage:function(a){return a+" records per page"},formatShowingRows:function(a,b,c){return"Showing "+a+" to "+b+" of "+c+" rows"},formatSearch:function(){return"Search"},formatNoMatches:function(){return"No matching records found"}})}(jQuery);