mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-11-20 23:34:54 +09:00
Lots of work on apps
This commit is contained in:
4
public/js/app.js
vendored
4
public/js/app.js
vendored
@@ -620,14 +620,14 @@ $.when($.ready).then(function () {
|
||||
drop: function( event, ui ) {
|
||||
var tag = $( this ).data('id');
|
||||
var item = $( ui.draggable ).data('id');
|
||||
$.get('tag/add/'+tag+'/'+item, function(data) {
|
||||
$.get('tag/add/'+tag+'/'+item, function(data) {
|
||||
if(data == 1) {
|
||||
$( ui.draggable ).remove();
|
||||
} else {
|
||||
alert('not added');
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
});*/
|
||||
|
||||
$('#sortable').sortable({
|
||||
|
||||
Reference in New Issue
Block a user