mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
Fix bug with previous removal
This commit is contained in:
@@ -18,10 +18,6 @@ function init ($) {
|
||||
, opacity: 0.75
|
||||
};
|
||||
|
||||
if (querystring.drawer) {
|
||||
openDrawer('#drawer');
|
||||
}
|
||||
|
||||
$('#drawerToggle').click(function(event) {
|
||||
toggleDrawer('#drawer');
|
||||
event.preventDefault();
|
||||
|
||||
Reference in New Issue
Block a user