Revision: 182
http://svn.sourceforge.net/hw4mdl/?rev=182&view=rev
Author: tomroro
Date: 2007-01-16 12:33:35 -0800 (Tue, 16 Jan 2007)
Log Message:
-----------
fix the bug 10765
Problen with the focus with ie.
I updated the function called when you click on search field
Modified Paths:
--------------
trunk/moodle/mod/liveclassroom/js/hwCommons.js
Modified: trunk/moodle/mod/liveclassroom/js/hwCommons.js
===================================================================
--- trunk/moodle/mod/liveclassroom/js/hwCommons.js 2007-01-16 18:55:23 UTC (rev 181)
+++ trunk/moodle/mod/liveclassroom/js/hwCommons.js 2007-01-16 20:33:35 UTC (rev 182)
@@ -520,11 +520,13 @@
}
+
function initSearch(search){
currentProduct="";
+ document.getElementById(currentId).style.backgroundColor="white";
currentId="";
currentNid=""
- manageXml(search,"all");
+ manageXml("","toolBar",false);
document.getElementById("search").focus();
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|