1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 09:49:30 +02:00

updated the html5 player to use jquery, i think we are there, still need some more testing.

This commit is contained in:
John Moore 2013-07-28 18:51:45 -05:00
parent b4b407e704
commit 501d2bb2c8
4 changed files with 46 additions and 106 deletions

View file

@ -94,12 +94,12 @@ function check_inline_song_edit(type, song) {
}
}
// really should be using jquery ui and have something nice looking
function showAddTagDialog(id, type, path) {
$('#dialog_tag_item').dialog({
modal: true,
buttons: [
{
title: "Tag",
text: 'ok',
click: function () {
var tagName = $('#dialog_tag_item_tag_name').val();