diff options
author | BuildTools <unconfigured@null.spigotmc.org> | 2016-12-06 18:49:25 +0100 |
---|---|---|
committer | BuildTools <unconfigured@null.spigotmc.org> | 2016-12-06 18:49:25 +0100 |
commit | 6bc04592cc7511775cdec9902c841aca7a0d2a6c (patch) | |
tree | c8ed7a3cc15ea98fa2e1e1b37ba0d14cbaaa6033 /views | |
parent | 10ba0f1b863e97e5ecfa19e81fd9ba2a0425301a (diff) |
fixed week buttons for IE9
Diffstat (limited to 'views')
-rw-r--r-- | views/index.jade | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/index.jade b/views/index.jade index 82c12e1..941d657 100644 --- a/views/index.jade +++ b/views/index.jade @@ -30,9 +30,9 @@ block content #week-selector #search-space-filler .week-wrapper - input(type='button', value='arrow_back').material-icons + button(type='button').material-icons  span.current Loading... - input(type='button', value='arrow_forward').material-icons + button(type='button').material-icons  iframe(scrolling='no')#schedule |