7 lines
245 B
JavaScript
7 lines
245 B
JavaScript
$(document).ready(function () {
|
|
$('#cheatsheetLink').click(function() {
|
|
$('#cheatsheetModal').leanModal();
|
|
});
|
|
accessible_modal("#cheatsheetLink", "#cheatsheetModal .close-modal", "#cheatsheetModal", ".content-wrapper");
|
|
});
|