diff --git a/resources/public/index.html b/resources/public/index.html
index d5283b7..72f2811 100644
--- a/resources/public/index.html
+++ b/resources/public/index.html
@@ -16,7 +16,7 @@
style="display: none; border: thin solid gray; width: 10%">
✖
- ?
Muharni table
-
-

-
Currently, recording user sounds on this page is only
- working on
- Firefox
- browser. We're working on this and hope to fix it.
-
diff --git a/src/muharni/construct.clj b/src/muharni/construct.clj
index b035d82..f404594 100644
--- a/src/muharni/construct.clj
+++ b/src/muharni/construct.clj
@@ -199,7 +199,7 @@
[:div {:id "closebox"
:onclick "$('#popup').hide();"
:title "Close popup"} "✖"]
- [:p {:id "character" :style "text-align: center; margin: 0; font-size: 4em;"} "?"]
+ [:p {:id "character" :class "punjabi" :style "text-align: center; margin: 0; font-size: 4em;"} "?"]
[:table {:id "controls" :summary "Controls for audio playback and recording"}
[:tr
[:th "Tutor"]
@@ -214,13 +214,7 @@
:title "Record student audio"} "⏺"]]]
[:tr
[:td {:colspan 3 :id "progress"}]]]]
- [:h1 (str title)]
- [:div {:class "firefox"}
- [:img {:src "img/firefox.jpeg"
- :alt "Firefox logo"}]
- [:p "Currently, recording user sounds on this page is only working on "
- [:a {:href "https://www.mozilla.org/en-GB/firefox/new/"} "Firefox browser."]
- " We're working on this and hope to fix it."]]
+ [:h1 (str title)]
[:button {:onclick "var l = document.getElementById('long');
var s = document.getElementById('short');
if (l.style.display == 'none') {