Changeset 228 for Dev/trunk/js
- Timestamp:
- 01/12/12 19:52:32 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/js/generalScripts.js
r220 r228 200 200 201 201 this.SetCloseTimer = function() { 202 debugger; 202 203 instance.closeTimer = window.setTimeout(instance.Close, instance.timeout); 203 204 } … … 207 208 instance.ddMenuItem.style.visibility = "hidden"; 208 209 } 209 instance.Show();210 instance.Toggle(); 210 211 211 212 } … … 233 234 } 234 235 235 this. Show= function() {236 this.Toggle = function() { 236 237 debugger; 237 238 if (instance.visible) {
Note: See TracChangeset
for help on using the changeset viewer.