jQuery -> $

This commit is contained in:
Michal Čihař
2010-04-12 11:30:23 +02:00
parent 8e68430610
commit 7393ad7bea
4 changed files with 9 additions and 9 deletions

View File

@@ -42,7 +42,7 @@ function setURLHash(hash) {
* Handler for changing url according to the hash part, which is updated
* on each page to allow bookmarks.
*/
jQuery(document).ready(function(){
$(document).ready(function(){
/* Don't do anything if we're not root Window */
if (window.parent != window && window.parent.setURLHash) {
return;