AP highlighter and tweaks.

This commit is contained in:
vita10gy
2013-04-05 00:17:48 -05:00
parent d646f2df6b
commit bd151c68f3
4 changed files with 98 additions and 25 deletions

View File

@ -7,7 +7,6 @@ window._current_highlighter = localStorage.portal_highlighter;
window.changing_highlighters = false;
window.addPortalHighlighter = function(name, callback) {
console.log("Regisering Portal Highlighter: " + name);
if(_highlighters === null) {
_highlighters = {};
}