org.symbian.tools.wrttools.previewer/preview/script/helper.js
changeset 404 5aff54f94943
parent 403 ba20dd5983c7
child 407 c7c8bde493b1
equal deleted inserted replaced
403:ba20dd5983c7 404:5aff54f94943
   349 		if (NOKIA.helper.intervalId)
   349 		if (NOKIA.helper.intervalId)
   350 			clearInterval(NOKIA.helper.intervalId);
   350 			clearInterval(NOKIA.helper.intervalId);
   351 
   351 
   352 		NOKIA.helper.intervalId = setTimeout(function() {
   352 		NOKIA.helper.intervalId = setTimeout(function() {
   353 			NOKIA.menu.cancel();
   353 			NOKIA.menu.cancel();
   354 		}, 500);
   354 		}, 10000);
   355 	});
   355 	});
   356 
   356 
   357 	// Tabs
   357 	// Tabs
   358 	$('#tabs').tabs( {
   358 	$('#tabs').tabs( {
   359 	// select : function(event, ui){
   359 	// select : function(event, ui){