org.symbian.tools.wrttools.previewer/preview/script/helper.js
changeset 408 9985028ffc2c
parent 407 c7c8bde493b1
child 411 07412dc8e169
equal deleted inserted replaced
407:c7c8bde493b1 408:9985028ffc2c
   262 
   262 
   263 				NOKIA.emulator.render();
   263 				NOKIA.emulator.render();
   264 				NOKIA.helper.loadPreferences();
   264 				NOKIA.helper.loadPreferences();
   265 			});
   265 			});
   266 
   266 
   267 	// Hack for Mac firefox
       
   268 	if (/Mac/i.test(navigator.userAgent)) {
       
   269 		if (!(/AppleWebKit/i.test(navigator.userAgent))) {
       
   270 			$("#resOptions")[0].size = '4';
       
   271 		}
       
   272 	}
       
   273 
       
   274 	$("#iframeMask").click(function() {
   267 	$("#iframeMask").click(function() {
   275 		$("#orientationIcon").hide();
   268 		$("#orientationIcon").hide();
   276 		$("#iframeMask").hide();
   269 		$("#iframeMask").hide();
   277 		$("#loaderDiv").hide();
   270 		$("#loaderDiv").hide();
   278 
   271