improved search bar and search button.

added button to collapsed sidebar
This commit is contained in:
Thomas Hille
2017-03-02 17:14:45 +01:00
parent 7ef318713b
commit 9761dd0a2a
3 changed files with 17 additions and 13 deletions

View File

@@ -640,6 +640,8 @@ configureEditors: function () {
var search = $('#search-modal').val();
window.open(`https://open.hpi.de/courses/javaeinstieg2017/pinboard?query=${search}`, '_blank');
})
$('#sidebar-search-collapsed').on('click',this.handleSideBarToggle.bind(this));
},