Changeset 20348
- Timestamp:
- 10/01/08 10:53:40 (3 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
platform/firefox/FireMobileSimulator/trunk/src/chrome/content/overlay.js
r20324 r20348 433 433 }; 434 434 435 firemobilesimulator.overlay.updateIcon = function( ) {435 firemobilesimulator.overlay.updateIcon = function(windowObj) { 436 436 dump("[msim]updateicon\n"); 437 var msimButton = document.getElementById("msim-button"); 438 var menu = document.getElementById("msim-menu"); 437 windowObj = windowObj || window; 438 var msimButton = windowObj.document.getElementById("msim-button"); 439 var menu = windowObj.document.getElementById("msim-menu"); 439 440 var target = [msimButton, menu]; 440 441 target.forEach(function(item) {
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)