fixed #1564: cleanup updates requested for bookmark context menu

This commit is contained in:
Kendall Werts
2019-10-30 16:44:51 -05:00
parent f159e42029
commit f653b5420f
5 changed files with 47 additions and 46 deletions
+5 -3
View File
@@ -2,13 +2,15 @@
<html>
<head>
<meta charset="utf-8"/>
<meta charset="utf-8">
</head>
<body>
<form>
<input type="checkbox" id="bookmarksPermissions"/>
<label>Enable Bookmark Menus</label>
<label>
<input type="checkbox" id="bookmarksPermissions">
Enable Bookmark Menus
</label>
<p>This setting allows you to open a bookmark or folder of bookmarks in a container.</p>
</form>
<script src="js/options.js"></script>