ajquery: fixed broken remove playlist, 0.73 released

This commit is contained in:
oblikoamorale
2016-01-13 23:02:51 +03:00
parent 413cc979ca
commit 76c9b2d546
2 changed files with 6 additions and 5 deletions

View File

@@ -1037,13 +1037,10 @@ function updatetabs()
if (tc > fp) if (tc > fp)
for(var i = 0; i < tc - fp; ++i) for(var i = 0; i < tc - fp; ++i)
{ {
var tab = $( "#tabs" ).find( ".ui-tabs-nav li:eq("+(i+1)+")" ).remove(); $( "#tabs" ).find( ".ui-tabs-nav li:eq("+(i+1)+")" ).remove();
var panelId = tab.attr( "aria-controls" );
$( "#" + panelId ).remove();
$( "#tabs" ).tabs('refresh'); $( "#tabs" ).tabs('refresh');
} }
for (var i = 0; i < fp; ++i) for (var i = 0; i < fp; ++i)
if (fb.playlistPlaying == i) if (fb.playlistPlaying == i)
{ {

View File

@@ -1,5 +1,5 @@
Asynchronious foo_httpcontrol template Asynchronious foo_httpcontrol template
0.72 http://code.google.com/p/foo-httpcontrol/ 0.73 http://code.google.com/p/foo-httpcontrol/
*** Requirements *** Requirements
@@ -48,6 +48,10 @@ Asynchronious foo_httpcontrol template
file. For example, playlist_items_per_page variable is useful when you file. For example, playlist_items_per_page variable is useful when you
want to permanently modify playlist page size. want to permanently modify playlist page size.
*** Release history 2015
31 Dec 0.73
fix: broken remove playlist;
*** Release history 2014 *** Release history 2014
26 Jul 0.72 26 Jul 0.72