improved search bar and search button.
added button to collapsed sidebar
This commit is contained in:
@@ -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));
|
||||
},
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user