Whoops... Fixing ``/ //'' lines...

This commit is contained in:
disttsc%bart.nl 2000-11-25 13:51:33 +00:00
parent 73019ea054
commit 0e52f4342f

View File

@ -867,8 +867,8 @@ function BrowserOpenFileWindow()
debug("BrowserAddBookmark: " + docCharset + "\n"); debug("BrowserAddBookmark: " + docCharset + "\n");
} }
/ // Set up a lame hack to avoid opening two bookmarks. // Set up a lame hack to avoid opening two bookmarks.
/ // Could otherwise happen with two Ctrl-B's in a row. // Could otherwise happen with two Ctrl-B's in a row.
var gDisableBookmarks = false; var gDisableBookmarks = false;
function enableBookmarks() function enableBookmarks()
{ {