Skip to content

Commit 8508a8b

Browse files
committed
updated package.json and index.
1 parent cba446c commit 8508a8b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,10 @@
101101
<li>
102102
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Issues <span class="caret"></span></a>
103103
<ul class="dropdown-menu" role="menu">
104-
<li><a href="issues/137.html">
104+
<li><a href="issues/1167.html">
105+
1167. Check/Uncheck All in all page
106+
</a></li>
107+
<li><a href="issues/137.html">
105108
137. Refresh from url after use data option
106109
</a></li>
107110
<li><a href="issues/152.html">

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"homepage": "https://github.com/wenzhixin/bootstrap-table-examples",
1515
"dependencies": {
1616
"bootstrap-table": "^1.8.1",
17-
"express": "^4.12.4"
17+
"express": "^4.12.4",
18+
"sprintf": "^0.1.5"
1819
}
1920
}

0 commit comments

Comments
 (0)