using opac-zoomsearch.pl instead of opac-search.pl
[koha.git] / koha-tmpl / opac-tmpl / prog / en / includes / main.js
1 // one window.onload to rule them all
2
3 window.onload=kohajs;
4
5 // check to see if functions exist before loading them
6 function kohajs() {
7   if ( typeof window.verify_images == "function" ) verify_images();
8 }
9