| 1234567 |
- /*
- * bootstrap-table - v1.3.0 - 2014-10-16
- * https://github.com/wenzhixin/bootstrap-table
- * Copyright (c) 2014 zhixin wen
- * Licensed MIT License
- */
- !function(a){"use strict";a.extend(a.fn.bootstrapTable.defaults,{formatLoadingMessage:function(){return"Indlæser, vent venligst…"},formatRecordsPerPage:function(a){return a+" poster pr side"},formatShowingRows:function(a,b,c){return"Viser "+a+" til "+b+" af "+c+" rækker"},formatSearch:function(){return"Søg"},formatNoMatches:function(){return"Ingen poster fundet"}})}(jQuery);
|