0.7.3 IE Userupdate Übergeordnete Mitarbeiter Bug gefixed
This commit is contained in:
parent
074ee8be72
commit
eb677d8d7d
|
|
@ -74,6 +74,17 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script type="text/javascript">
|
<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
|
//Call Function in view to send e-mail with pass-reset-data
|
||||||
function sendPassMail(id){
|
function sendPassMail(id){
|
||||||
$.ajax(
|
$.ajax(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue