comparison toolbox/static/js/main.js @ 0:b0942f44413f

import from git://github.com/mozilla/toolbox.git
author Jeff Hammel <k0scist@gmail.com>
date Sun, 11 May 2014 09:15:35 -0700
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:b0942f44413f
1 // focus the search element
2 $(document).ready(function() {
3 if (!location.hash.length) {
4 $('#search-text').focus();
5 }
6 });