From 6bc04592cc7511775cdec9902c841aca7a0d2a6c Mon Sep 17 00:00:00 2001 From: BuildTools Date: Tue, 6 Dec 2016 18:49:25 +0100 Subject: fixed week buttons for IE9 --- views/index.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'views') 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 -- cgit v1.1