0.7.3 IE Userupdate Übergeordnete Mitarbeiter Bug gefixed

This commit is contained in:
holger.trampe 2020-01-05 17:20:42 +01:00
parent 074ee8be72
commit eb677d8d7d
1 changed files with 11 additions and 0 deletions

View File

@ -74,6 +74,17 @@
</div>
</div>
<script type="text/javascript">
var ua = window.navigator.userAgent;
var isIE = /MSIE|Trident/.test(ua);
if ( isIE ) {
//IE specific code goes here
setInterval(function()
{
checkValueAddParent();
},250);
}
//Call Function in view to send e-mail with pass-reset-data
function sendPassMail(id){
$.ajax(