gitbook-plugin-lock
Advanced tools
Comparing version 0.0.24 to 0.0.25
@@ -35,3 +35,3 @@ require(['gitbook', 'jQuery'], function(gitbook, $) { | ||
// cla[0].style.height= halfHeight + 'px'; | ||
// cla[0].style.height= '50%'; | ||
cla[0].style.height= '50%'; | ||
// cla.addClass('lock'); | ||
@@ -87,3 +87,3 @@ // cla[0].classList.add("lock"); | ||
// cla[0].after(rmw) | ||
cla[0].after(rmw) | ||
@@ -90,0 +90,0 @@ // const pw = document.getElementsByClassName("page-wrapper"); |
{ | ||
"name": "gitbook-plugin-lock", | ||
"version": "0.0.24", | ||
"version": "0.0.25", | ||
"description": "Gitbook 页面加锁", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
7991