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:
parent
b4b407e704
commit
501d2bb2c8
4 changed files with 46 additions and 106 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue