Merge pull request #11628 from Lockbox313/engarde

[En Garde] More Firefox display fixes and reset weekly allocation Descriptions
This commit is contained in:
Miguel Peres
2023-03-23 22:59:02 -03:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -485,7 +485,7 @@ background-color:whitesmoke;
.charsheet input[name=attr_week3_desc],
.charsheet input[name=attr_week2_desc],
.charsheet input[name=attr_week1_desc]{
width: 639px;
width: 637px;
}
+1 -1
View File
@@ -855,7 +855,7 @@
on("clicked:reset", function() {
// write your sheetworker to do things here
setAttrs({week1_income:0,week2_income:0,week3_income:0,week4_income:0,week1_spending:0,week2_spending:0,week3_spending:0,week4_spending:0,week1_sps:0,week2_sps:0,week3_sps:0,week4_sps:0});
setAttrs({week1_income:0,week2_income:0,week3_income:0,week4_income:0,week1_spending:0,week2_spending:0,week3_spending:0,week4_spending:0,week1_sps:0,week2_sps:0,week3_sps:0,week4_sps:0,week1_desc:"",week2_desc:"",week3_desc:"",week4_desc:""});
});
on("change:str change:con", function(event) {