This commit is contained in:
Mohamed El-Kalioby
2021-01-18 19:12:12 +03:00
parent 53f936a2c6
commit 66cf103bca
2 changed files with 5 additions and 5 deletions

View File

@@ -42,8 +42,8 @@
})
}
$(document).ready(function (){
ua=new UAParser()
if (ua.getBrowser().name == "Safari")
ua=new UAParser().getResult()
if (ua.browser.name == "Safari")
{
$("#res").html("<button class='btn btn-primary' onclick='begin_reg()'>Start...</button>")
}