mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-28 08:11:54 +08:00
Var
Working ina hurry is bad.
This commit is contained in:
+1
-1
@@ -364,7 +364,7 @@ var Outside = {
|
||||
|
||||
updateVillageRow: function(name, num, village) {
|
||||
var id = 'building_row_' + name.replace(' ', '-');
|
||||
lname = _(name);
|
||||
var lname = _(name);
|
||||
var row = $('div#' + id, village);
|
||||
if(row.length === 0 && num > 0) {
|
||||
row = $('<div>').attr('id', id).addClass('storeRow');
|
||||
|
||||
Reference in New Issue
Block a user