Skip to content

Commit

Permalink
remove unused lobi panel
Browse files Browse the repository at this point in the history
need to really think about how to make the UI work / be useful
  • Loading branch information
SamuelDudley committed Oct 1, 2017
1 parent 15ae366 commit 1ddc81f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
21 changes: 0 additions & 21 deletions app/static/DST/js/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
});
});

3 changes: 0 additions & 3 deletions app/templates/settings_model.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,4 @@
<h4>Mission Editor</h4>
</div>
</div>
<div class="panel-body">
TODO
</div>
</div>

0 comments on commit 1ddc81f

Please sign in to comment.