repo.or.cz
/
ryzomcore.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Linux multi-monitor fullscreen support
[ryzomcore.git]
/
web
/
public_php
/
ams
/
js
/
custom.js
blob
87e39eea8056bc6c41f5ec0dd4c9744c624db4be
1
$(document).ready(function () {
2
//other things to do on document ready, separated for ajax calls
3
docReady();
4
});
5
6
7
function docReady() {
8
9
}
10
11
12
13