mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-08-19 09:33:37 +02:00
remove a console log and ugly outline
This commit is contained in:
parent
807fb2bee1
commit
8ae9092ab3
2 changed files with 4 additions and 1 deletions
|
@ -23,6 +23,10 @@ body {
|
|||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
input, textarea, select, a {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.light-gray {
|
||||
color: @light-gray;
|
||||
}
|
||||
|
|
|
@ -5,7 +5,6 @@ $(function() {
|
|||
var settingsButton = $('#manage-server #settings');
|
||||
|
||||
function toggleManageButton(button, enabled) {
|
||||
console.log(button);
|
||||
if (enabled) {
|
||||
button.attr('href', '#');
|
||||
button.removeClass('disabled');
|
||||
|
|
Loading…
Reference in a new issue