mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(minify) v0.2.0 -> v0.2.1
This commit is contained in:
parent
9fb04c0edc
commit
1b8f12eea1
3 changed files with 5 additions and 2 deletions
|
|
@ -146,6 +146,8 @@ getJSONfromFileTable.
|
|||
|
||||
* fix(rest) save and create new file
|
||||
|
||||
* chore(minify) v0.2.0 -> v0.2.1
|
||||
|
||||
|
||||
2012.04.22, v0.2.0
|
||||
|
||||
|
|
@ -301,7 +303,7 @@ keyStop: function(e, opt) {
|
|||
* Removed loading spinner by commenting jquery.fancybox.css block
|
||||
#fancybox-loading div {
|
||||
width: 44px;
|
||||
height: 44px;
|
||||
height: 44px;
|
||||
background: url('fancybox_loading.gif') center center no-repeat;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -33,6 +33,7 @@
|
|||
**Обновлены:**
|
||||
- socket.io до v0.9.16.
|
||||
- jquery до v2.0.3.
|
||||
- minify до v0.2.1.
|
||||
|
||||
**Внутренние изминения:**
|
||||
- Изменена jquery cdn в пользу той, что поддерживает https (jquery.com -> google cdn).
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"subdomain": "cloudcmd",
|
||||
"dependencies": {
|
||||
"dropbox": "0.10.0",
|
||||
"minify": "0.2.0",
|
||||
"minify": "0.2.1",
|
||||
"socket.io": "0.9.16"
|
||||
},
|
||||
"devDependencies": {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue