gitbook-plugin-lock
Advanced tools
Comparing version 0.0.10 to 0.0.11
@@ -39,3 +39,4 @@ require(['gitbook', 'jQuery'], function(gitbook, $) { | ||
const newDiv = document.createElement("mark"); | ||
const newDiv = document.createElement("div"); | ||
newDiv.className = "mark" | ||
@@ -42,0 +43,0 @@ const cla2 = document.getElementById("book-search-results"); |
{ | ||
"name": "gitbook-plugin-lock", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "Gitbook 页面加锁", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
5439
83