Release v2.1.1

This commit is contained in:
jcass 2016-02-04 22:07:46 +02:00
commit 3077b69f75
5 changed files with 8 additions and 6 deletions

View File

@ -58,6 +58,11 @@ Project resources
Changelog
=========
v2.1.1 (2016-02-04)
-------------------
- Replace Javascript for truncating text with more reliable CSS equivalent.
v2.1.0 (2016-02-04)
-------------------
@ -110,7 +115,6 @@ v2.1.0 (2016-02-04)
- Remove support for defunct Grooveshark service.
(Fixes: `#120 <https://github.com/pimusicbox/mopidy-musicbox-webclient/issues/120>`_).
v2.0.0 (2015-03-26)
-------------------

View File

@ -470,12 +470,14 @@ a {
white-space: nowrap;
font-weight: bold;
font-size: 14px;
text-overflow: ellipsis;
}
#infoartist {
overflow: hidden;
font-size: 11px;
white-space: nowrap;
text-overflow: ellipsis;
}
#infocover {

View File

@ -475,7 +475,6 @@
<script type="text/javascript" src="../mopidy/mopidy.min.js"></script>
<script type="text/javascript" src="js/iscroll-lite.js"></script>
<script src="js/jquery.cookie.js"></script>
<script src="js/jquery.truncate.min.js"></script>
<script src="js/controls.js"></script>
<script src="js/library.js"></script>
<script src="js/functionsvars.js"></script>

View File

@ -24,9 +24,7 @@ function resetSong() {
function resizeMb() {
$("#infoname").html(songdata.track.name);
$("#infoname").truncate();
$("#infoartist").html(artiststext);
$("#infoartist").truncate();
if ($(window).width() <= 960) {
// $('#playlisttracksdiv').hide();

View File

@ -1,6 +1,6 @@
CACHE MANIFEST
# 2016-02-4:v2
# 2016-02-4:v5
NETWORK:
*
@ -67,7 +67,6 @@ js/jquery.mobile.iscrollview-closure-min.js
js/jquery.mobile.iscrollview-yui-min.js
js/jquery.mobile.iscrollview.js
js/jquery.touchwipe.min.js
js/jquery.truncate.min.js
js/lastfm.api.cache.js
js/lastfm.api.js
js/lastfm.api.md5.js