Restores changes overwritten by the redesign

This commit is contained in:
Arsen Melikyan
2016-01-17 10:04:08 +04:00
parent 7c7edb68b8
commit 647621cadd
3 changed files with 1 additions and 9 deletions

View File

@ -97,7 +97,3 @@ block content
common.username = !{JSON.stringify(user && user.username || '')};
include ../partials/challenge-footer
script.
if (!!{JSON.stringify(MDNlinks.length)}) {
$('#MDN-links').addClass('collapse');
}

View File

@ -91,10 +91,6 @@ block content
include ../partials/challenge-footer
script.
if (!!{JSON.stringify(MDNlinks.length)}) {
$('#MDN-links').addClass('collapse');
}
common.init.push(function() {
common.editor.setOption('mode', 'javascript');
});

View File

@ -8,7 +8,7 @@
.button-spacer
.col-xs-12.col-sm-9
.input-group
input#searchArea.big-text-field.field-responsive.form-control(type='text', placeholder='Search our links')
input#searchArea.big-text-field.field-responsive.form-control(type='text', placeholder='Search term or @username')
span.input-group-btn
button#searchbutton.btn.btn-bigger.btn-primary.btn-responsive(type='button') Search
.spacer