supported apps stuff

This commit is contained in:
KodeStar
2018-02-05 23:08:37 +00:00
parent 983cf98b9e
commit ade028767a
14 changed files with 44 additions and 13 deletions

5
public/js/app.js vendored
View File

@@ -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');