Searched defs:ajax_tooltip_MSIE (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/js/
H A DAjaxUtils.js8 var ajax_tooltip_MSIE = false; variable
9 if(navigator.userAgent.indexOf('MSIE')>=0)ajax_tooltip_MSIE=true;
317 if(ajax_tooltip_MSIE){ /* Create iframe object for MSIE in order to make the tooltip cover select boxes */
332 if(ajax_tooltip_MSIE){
/forgerock/openam/openam-server-only/src/main/webapp/assets/js/
H A DAjaxUtils.js8 var ajax_tooltip_MSIE = false; variable
9 if(navigator.userAgent.indexOf('MSIE')>=0)ajax_tooltip_MSIE=true;
317 if(ajax_tooltip_MSIE){ /* Create iframe object for MSIE in order to make the tooltip cover select boxes */
332 if(ajax_tooltip_MSIE){

Completed in 29 milliseconds