update jquery to v2.0.0

This commit is contained in:
coderaiser 2013-04-19 07:52:09 -04:00
parent 58b29c7540
commit 05d217e15b
7 changed files with 3626 additions and 4467 deletions

View file

@ -79,6 +79,8 @@ is pressed and current file is directory.
* Fixed bug with writing new file.
* Updated jquery to v2.0.0.
2012.03.01, Version 0.1.9

View file

@ -34,7 +34,7 @@
- Создание нового файла.
**Обновлены:**
- jquery до версии v1.9.1
- jquery до версии v2.0.0
- dropbox до версии v0.9.2
- socket.io до версии v0.9.14.

View file

@ -83,7 +83,7 @@
function appCacheProcessing(){
var lFONT_REMOTE = '//themes.googleusercontent.com/static/fonts/droidsansmono/v4/ns-m2xQYezAtqh7ai59hJUYuTAAIFFn5GTWtryCmBQ4.woff',
lFONT_LOCAL = './font/DroidSansMono.woff',
lJQUERY_REMOTE = '//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js',
lJQUERY_REMOTE = 'http://code.jquery.com/jquery-2.0.0.min.js',
lJQUERY_LOCAL = './lib/client/jquery.js',
lFiles = [{}, {}];

View file

@ -828,7 +828,7 @@ var CloudCommander, Util, DOM = {}, CloudFunc;
*/
DOM.jqueryLoad = function(pCallBack){
/* загружаем jquery: */
DOM.jsload('//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js',{
DOM.jsload('http://code.jquery.com/jquery-2.0.0.min.js',{
onload: Util.retExec(pCallBack),
onerror: function(){

8080
lib/client/jquery.js vendored

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
{
"name": "cloudcmd",
"version": "0.2.0",
"version": "0.2.0-13",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "User friendly cloud file manager.",
"homepage": "https://github.com/coderaiser/cloudcmd",

View file

@ -1,7 +1,6 @@
cd ..
echo 'jitsu'
cp package.json tmp/package.json
jitsu deploy
echo 'y'|jitsu deploy
echo '://cloudcmd.jit.su'
cp tmp/package.json package.json
echo 'appfog'