mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-03 09:49:30 +02:00
Fix tmp playlist delete, ajax artist edit refresh and similar artists loading
This commit is contained in:
parent
e3d046974f
commit
94eba90f46
4 changed files with 21 additions and 9 deletions
|
@ -18,6 +18,11 @@
|
|||
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
//
|
||||
$(document).ready(function () {
|
||||
initTabs();
|
||||
});
|
||||
|
||||
function initTabs()
|
||||
{
|
||||
$('.default_hidden').hide();
|
||||
|
||||
$("#tabs li").click(function() {
|
||||
|
@ -29,7 +34,7 @@ $(document).ready(function () {
|
|||
|
||||
return false;
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
$(function() {
|
||||
var rightmenu = $("#rightbar");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue