use jquery 1.5

This commit is contained in:
j 2011-02-22 20:18:15 +01:00
parent 1249c72d12
commit 02d7147394
3 changed files with 5 additions and 7180 deletions

View file

@ -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>

File diff suppressed because it is too large Load diff

4
update.sh Executable file
View 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/