File tree Expand file tree Collapse file tree 7 files changed +5
-290
lines changed Expand file tree Collapse file tree 7 files changed +5
-290
lines changed Original file line number Diff line number Diff line change 1
1
function loadUrl ( url ) {
2
2
var template = 'template.html'
3
3
var hash = ''
4
- if ( / v 4 .h t m l / . test ( url ) ) {
5
- template = 'template4.html'
6
- }
7
4
if ( location . search . slice ( 1 ) === 'view-source' ) {
8
5
hash = '#view-source'
9
6
} else if ( location . search . slice ( 1 ) === 'is-debug' ) {
Original file line number Diff line number Diff line change 44
44
< li > < a href ="options/from-data.html "> From data</ a > </ li >
45
45
< li > < a href ="options/modal-table.html "> Modal Table</ a > </ li >
46
46
< li > < a href ="options/table-style.html "> Table Style</ a > </ li >
47
- < li > < a href ="options/table-style-v4.html "> Table Style Bootstrap v4</ a > </ li >
48
47
< li > < a href ="options/no-bordered.html "> No bordered</ a > </ li >
49
48
< li > < a href ="options/aligning-columns.html "> Aligning Columns</ a > </ li >
50
49
< li > < a href ="options/basic-sort.html "> Basic Sort</ a > </ li >
63
62
< li > < a href ="options/pagination-custom-text.html "> Pagination Custom Text</ a > </ li >
64
63
< li > < a href ="options/custom-ajax.html "> Custom Ajax</ a > </ li >
65
64
< li > < a href ="options/flat-json.html "> Flat Json</ a > </ li >
66
- < li > < a href ="options/v4.html "> Bootstrap v4</ a > </ li >
67
65
</ ul >
68
66
</ li >
69
67
< li >
Original file line number Diff line number Diff line change 3
3
title : 'Boolean Options' ,
4
4
desc : 'Documentation: <a href="http://bootstrap-table.wenzhixin.net.cn/documentation/" target="_blank">http://bootstrap-table.wenzhixin.net.cn/documentation/</a>.' ,
5
5
links : [
6
- 'https://cdnjs.cloudflare.com/ajax/libs/multiple-select/1.2.0 /multiple-select.min.css' ,
6
+ 'https://cdnjs.cloudflare.com/ajax/libs/multiple-select/1.2.2 /multiple-select.min.css' ,
7
7
'bootstrap-table.min.css'
8
8
] ,
9
9
scripts : [
10
- 'https://cdnjs.cloudflare.com/ajax/libs/multiple-select/1.2.0 /multiple-select.min.js' ,
10
+ 'https://cdnjs.cloudflare.com/ajax/libs/multiple-select/1.2.2 /multiple-select.min.js' ,
11
11
'bootstrap-table.min.js'
12
12
]
13
13
} )
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2
2
< html >
3
3
< head >
4
4
< title > </ title >
5
- < link href ="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css " rel ="stylesheet ">
6
- < link href ="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap-theme.min.css " rel ="stylesheet ">
5
+ < link href ="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.min.css " rel ="stylesheet ">
7
6
< link rel ="stylesheet " href ="https://use.fontawesome.com/releases/v5.6.3/css/all.css " integrity ="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/ " crossorigin ="anonymous ">
8
7
< link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/styles/default.min.css ">
9
8
< link rel ="stylesheet " href ="assets/css/docs.min.css ">
10
9
< link rel ="stylesheet " href ="assets/css/template.css?v=VERSION ">
11
10
< link rel ="stylesheet " href ="assets/css/ads.css?v=VERSION ">
12
11
13
12
< script src ="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js "> </ script >
14
- < script src ="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js "> </ script >
13
+ < script src ="https://unpkg.com/popper.js/dist/umd/popper.min.js "> </ script >
14
+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/js/bootstrap.min.js "> </ script >
15
15
< script src ="https://cdnjs.cloudflare.com/ajax/libs/sprintf/1.1.2/sprintf.min.js "> </ script >
16
16
< script src ="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/highlight.min.js "> </ script >
17
17
< script src ="https://cdnjs.cloudflare.com/ajax/libs/core-js/2.6.2/core.min.js "> </ script >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments