remove Wiki sidebar HTML, LESS, JS
remove Wiki sidebar
This commit is contained in:
@@ -151,7 +151,7 @@ window.common = (function(global) {
|
||||
}
|
||||
|
||||
$('.modal').on('show.bs.modal', function() {
|
||||
$('.gitter-chat-embed, .wiki-aside, .map-aside')
|
||||
$('.gitter-chat-embed, .map-aside')
|
||||
.addClass('is-collapsed');
|
||||
});
|
||||
|
||||
@@ -183,11 +183,10 @@ window.common = (function(global) {
|
||||
|
||||
$('#show-solution').on('click', function() {
|
||||
$('#complete-courseware-dialog').modal('hide');
|
||||
$('#nav-wiki-btn').click();
|
||||
});
|
||||
|
||||
$('#challenge-help-btn').on('click', function() {
|
||||
$('.wiki-aside, .map-aside, #chat-embed-main').addClass('is-collapsed');
|
||||
$('.map-aside, #chat-embed-main').addClass('is-collapsed');
|
||||
});
|
||||
|
||||
$('#help-ive-found-a-bug-wiki-article').on('click', function() {
|
||||
|
Reference in New Issue
Block a user