gitbook-plugin-lock
Advanced tools
Comparing version 0.0.23 to 0.0.24
@@ -86,3 +86,3 @@ require(['gitbook', 'jQuery'], function(gitbook, $) { | ||
cla[0].after(rmw) | ||
// cla[0].after(rmw) | ||
@@ -107,5 +107,5 @@ // const pw = document.getElementsByClassName("page-wrapper"); | ||
gitbook.events.bind('page.change', function() { | ||
insertPageLock(); | ||
}); | ||
// gitbook.events.bind('page.change', function() { | ||
// insertPageLock(); | ||
// }); | ||
}); |
{ | ||
"name": "gitbook-plugin-lock", | ||
"version": "0.0.23", | ||
"version": "0.0.24", | ||
"description": "Gitbook 页面加锁", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
7905