From 1ddc81f162dcdb060de3b543e329c31d9aae67a4 Mon Sep 17 00:00:00 2001 From: samuel dudley Date: Sun, 1 Oct 2017 23:53:03 +1030 Subject: [PATCH] remove unused lobi panel need to really think about how to make the UI work / be useful --- app/static/DST/js/settings.js | 21 --------------------- app/templates/settings_model.html | 3 --- 2 files changed, 24 deletions(-) diff --git a/app/static/DST/js/settings.js b/app/static/DST/js/settings.js index 854d90d..59d0ce1 100644 --- a/app/static/DST/js/settings.js +++ b/app/static/DST/js/settings.js @@ -35,24 +35,3 @@ $('#hud_width').on('click', function(event) { resize_hud() }); -$(function(){ - $('.panel').lobiPanel({ - - unpin: { - icon: 'fa fa-arrows' - }, - minimize: { - icon: 'fa fa-chevron-up', - icon2: 'fa fa-chevron-down' - }, - reload: false, - close: false, - editTitle: false, - expand: false, - minWidth: 300, - minHeight: 300, - maxWidth: 600, - maxHeight: 480 - }); -}); - diff --git a/app/templates/settings_model.html b/app/templates/settings_model.html index b28dcd7..96a0a3a 100644 --- a/app/templates/settings_model.html +++ b/app/templates/settings_model.html @@ -4,7 +4,4 @@

Mission Editor

-
- TODO -