mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-09 01:04:12 +01:00
Override ui.debug and ui.verbose in 'hg manifest' call in make_jar.sh
This commit is contained in:
@@ -112,10 +112,10 @@ const BookmarkCache = Module("BookmarkCache", {
|
||||
},
|
||||
|
||||
onBeforeItemRemoved: function () {},
|
||||
onBeginUpdateBatch: function onBeginUpdateBatch() {},
|
||||
onEndUpdateBatch: function onEndUpdateBatch() {},
|
||||
onItemVisited: function onItemVisited() {},
|
||||
onItemMoved: function onItemMoved() {},
|
||||
onBeginUpdateBatch: function () {},
|
||||
onEndUpdateBatch: function () {},
|
||||
onItemVisited: function () {},
|
||||
onItemMoved: function () {},
|
||||
onItemAdded: function onItemAdded(itemId, folder, index) {
|
||||
if (bookmarks.getItemType(itemId) == bookmarks.TYPE_BOOKMARK) {
|
||||
if (this.isBookmark(itemId)) {
|
||||
|
||||
Reference in New Issue
Block a user