mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-12-04 05:59:55 +09:00
supported apps stuff
This commit is contained in:
5
public/js/app.js
vendored
5
public/js/app.js
vendored
@@ -34,11 +34,6 @@ $.when( $.ready ).then(function() {
|
||||
$("#sortable").sortable("disable");
|
||||
|
||||
|
||||
$('.color-picker').each( function( i, elem ) {
|
||||
var hueb = new Huebee( elem, {
|
||||
// options
|
||||
});
|
||||
});
|
||||
$('#app').on('click', '#config-button', function(e) {
|
||||
e.preventDefault();
|
||||
var app = $('#app');
|
||||
|
||||
Reference in New Issue
Block a user