mirror of
https://github.com/hkalexling/Mango.git
synced 2026-01-25 00:00:36 -05:00
Add dark mode support
This commit is contained in:
@@ -60,6 +60,7 @@ $('#page-select').change(function(){
|
||||
function showControl(idx) {
|
||||
$('#page-select').val(idx);
|
||||
UIkit.modal($('#modal-sections')).show();
|
||||
styleModal();
|
||||
}
|
||||
function jumpTo(page) {
|
||||
var ary = window.location.pathname.split('/');
|
||||
|
||||
Reference in New Issue
Block a user