mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-19 06:22:16 +00:00
Revamped calendar basically there
To fix: - Does not yet display events that span weeks correctly! - Breaks (overflows) on mobile
This commit is contained in:
@@ -23,7 +23,6 @@ $(document).ready(function () {
|
||||
s.type = 'text/javascript';
|
||||
document.body.appendChild(s);
|
||||
s.src = '{% static "js/asteroids.min.js"%}';
|
||||
ga('send', 'event', 'easter_egg', 'activated');
|
||||
}
|
||||
easter_egg.load();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user