mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-28 08:11:54 +08:00
Some general code cleanup.
This commit is contained in:
+5
-5
@@ -35,7 +35,7 @@ var Path = {
|
||||
|
||||
// Add the outfitting area
|
||||
var outfitting = $('<div>').attr('id', 'outfitting').appendTo(this.panel);
|
||||
var bagspace = $('<div>').attr('id', 'bagspace').appendTo(outfitting);
|
||||
$('<div>').attr('id', 'bagspace').appendTo(outfitting);
|
||||
|
||||
// Add the embark button
|
||||
new Button.Button({
|
||||
@@ -114,10 +114,10 @@ var Path = {
|
||||
if(needsAppend && perks.children().length > 0) {
|
||||
perks.appendTo(Path.panel);
|
||||
}
|
||||
}
|
||||
|
||||
if(Engine.activeModule === Path) {
|
||||
$('#storesContainer').css({top: perks.height() + 26 + 'px'});
|
||||
|
||||
if(Engine.activeModule === Path) {
|
||||
$('#storesContainer').css({top: perks.height() + 26 + 'px'});
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user