Adjust search info appearance, fix Firefox bug

This commit is contained in:
Robert Lord
2014-04-19 21:36:00 -04:00
parent 7386fd2e21
commit 0feb513407
4 changed files with 18 additions and 35 deletions

View File

@@ -40,9 +40,6 @@
.on('keyup', search)
.on('focus', active)
.on('blur', inactive);
$global.on('resize', resize);
resize();
}
function search (event) {
@@ -93,8 +90,4 @@
content.unhighlight(highlightOpts);
}
function resize () {
searchInfo.innerWidth(content.innerWidth() - darkBox.innerWidth());
}
})(window);