Disable some currently unimplemented bits (to be re-enabled later).

This commit is contained in:
Paul Chote
2010-11-25 22:41:17 +13:00
parent 8c5c63a4b5
commit 520f602f23
3 changed files with 6 additions and 5 deletions

View File

@@ -43,8 +43,8 @@
[self populateModInfo]; [self populateModInfo];
id modsRoot = [self sidebarModsTree]; id modsRoot = [self sidebarModsTree];
[sidebarItems addChild:modsRoot]; [sidebarItems addChild:modsRoot];
id otherRoot = [self sidebarOtherTree]; //id otherRoot = [self sidebarOtherTree];
[sidebarItems addChild:otherRoot]; //[sidebarItems addChild:otherRoot];
[outlineView reloadData]; [outlineView reloadData];
@@ -58,7 +58,7 @@
[[webView mainFrame] loadRequest:[NSURLRequest requestWithURL: [firstMod url]]]; [[webView mainFrame] loadRequest:[NSURLRequest requestWithURL: [firstMod url]]];
} }
[outlineView expandItem:otherRoot expandChildren:YES]; //[outlineView expandItem:otherRoot expandChildren:YES];
} }
} }

View File

@@ -247,11 +247,12 @@
</div> </div>
</div> </div>
<div id="buttons-upgrade" class="buttons" style="display:none"> <div id="buttons-upgrade" class="buttons" style="display:none">
<div class="desc"> <input type="button" class="button" onclick="play();" value="Play" />
<!--div class="desc">
Upgrade from CD to install the original music and movie files for an improved game experience. Upgrade from CD to install the original music and movie files for an improved game experience.
</div> </div>
<input type="button" class="button" onclick="play();" value="Play" /> <input type="button" class="button" onclick="play();" value="Play" />
<input type="button" class="button" onclick="installFromCD();" value="Upgrade from CD" /> <input type="button" class="button" onclick="installFromCD();" value="Upgrade from CD" / -->
</div> </div>
<div id="buttons-play" class="buttons" style="display:none"> <div id="buttons-play" class="buttons" style="display:none">
<input type="button" class="button" onclick="play();" value="Play" /> <input type="button" class="button" onclick="play();" value="Play" />