use jquery 1.5
This commit is contained in:
parent
daabd64677
commit
72af6b5fe3
3 changed files with 5 additions and 7180 deletions
|
@ -11,7 +11,7 @@ if(typeof(console)=='undefined') {
|
||||||
console.log = function() {};
|
console.log = function() {};
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<script type="text/javascript" src="/static/js/jquery/jquery.js"></script>
|
<script type="text/javascript" src="/static/oxjs/build/js/jquery-1.5.js"></script>
|
||||||
<script type="text/javascript" src="/static/js/jquery/jquery.tmpl.min.js"></script>
|
<script type="text/javascript" src="/static/js/jquery/jquery.tmpl.min.js"></script>
|
||||||
<script type="text/javascript" src="/static/js/jquery/jquery.videosupport.js"></script>
|
<script type="text/javascript" src="/static/js/jquery/jquery.videosupport.js"></script>
|
||||||
<script type="text/javascript" src="/static/oxjs/build/js/ox.load.js"></script>
|
<script type="text/javascript" src="/static/oxjs/build/js/ox.load.js"></script>
|
||||||
|
|
7179
static/js/jquery/jquery.js
vendored
7179
static/js/jquery/jquery.js
vendored
File diff suppressed because it is too large
Load diff
4
update.sh
Executable file
4
update.sh
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
cd `dirname $0`
|
||||||
|
bzr pull http://code.0x2620.org/pandora/
|
||||||
|
cd static/oxjs
|
||||||
|
bzr pull http://code.0x2620.org/oxjs/
|
Loading…
Reference in a new issue