remove zip-version with old files, updated readme to point to github-zip

This commit is contained in:
Wouter van Wijk 2013-01-15 21:39:05 +01:00
parent 879bc3dc67
commit bf085dcf7c
3 changed files with 4 additions and 1 deletions

View File

@ -10,8 +10,9 @@ Development
===========
Note: this Git-version is under heavy development! As Mopidy changes, this client changes as well. It tries to follow the development-branch of Mopidy for now, so update Mopidy as you update the client.
If you use older versions of Mopidy, you can try a Zip-file with the correct version.
If you use an older version of Mopidy, you can try this:
`0.11.x <https://github.com/woutervanwijk/Mopidy-Webclient/archive/9d69aa7d751e5e429ec4a81edc5592d456757d96.zip>`_
Installation
============

View File

@ -315,6 +315,8 @@ function updateStatusOfAll() {
mopidy.playback.getRepeat().then(processRepeat, console.error);
mopidy.playback.getRandom().then(processRandom, console.error);
//TODO check offline?
}
function initSocketevents() {