diff --git a/cis/testtool/login.php b/cis/testtool/login.php
index 5a2ae0dea..5306dadab 100644
--- a/cis/testtool/login.php
+++ b/cis/testtool/login.php
@@ -447,14 +447,6 @@ if (isset($_POST['save']) && isset($_SESSION['prestudent_id']))
{
e.preventDefault();
});
- // If Browser is any other than Mozilla Firefox and the test includes any MathML,
- // show message to use Mozilla Firefox
- var ua = navigator.userAgent;
- if ((ua.indexOf("Firefox") > -1) == false)
- {
- $("#alertmsgdiv").html("
BITTE VERWENDEN SIE DEN MOZILLA FIREFOX BROWSER!
(Manche Prüfungsfragen werden sonst nicht korrekt dargestellt.
PLEASE USE MOZILLA FIREFOX BROWSER!
(Otherwise some exam items will not be displayed correctly
");
- //alert('BITTE VERWENDEN SIE DEN MOZILLA FIREFOX BROWSER!\n(Manche Prüfungsfragen werden sonst nicht korrekt dargestellt.\n\nPLEASE USE MOZILLA FIREFOX BROWSER!\n(Ohterwise some exam items will not be displayed correctly.)');
- }
});
-1) == false)
- {
- let hasMathML = "";
- let userLang = "";
- if (hasMathML == true)
- {
- if (userLang == 'German')
- {
- alert('BITTE VERWENDEN SIE DEN MOZILLA FIREFOX BROWSER!\n(Manche Prüfungsfragen werden sonst nicht korrekt dargestellt.)');
- }
- else if(userLang == 'English')
- {
- alert('PLEASE USE MOZILLA FIREFOX BROWSER!\n(Ohterwise some exam items will not be displayed correctly.)');
- }
- }
- }
-
// Error massage if check_gebiet function returns false
$(function() {
var invalid_gebiete = "";