diff --git a/Pathfinder-Neceros/pathfinder-neceros.html b/Pathfinder-Neceros/pathfinder-neceros.html index 6fd05018c2..c3047b1b1f 100644 --- a/Pathfinder-Neceros/pathfinder-neceros.html +++ b/Pathfinder-Neceros/pathfinder-neceros.html @@ -1299,7 +1299,6 @@
-
Index

ID
 
@@ -2450,7 +2449,6 @@
-
Index

ID
 
@@ -6284,7 +6282,6 @@
-
Index

ID
 
@@ -6432,7 +6429,6 @@
-
Index

ID
 
@@ -8265,7 +8261,6 @@
-
Index

ID
 
@@ -8313,7 +8308,6 @@
-
Index

ID
 
@@ -8881,7 +8875,6 @@
-
Index

ID
 
@@ -8982,7 +8975,6 @@
-
Index

ID
 
@@ -9076,7 +9068,6 @@
-
Index

ID
 
@@ -9170,7 +9161,6 @@
-
Index

ID
 
@@ -9270,7 +9260,6 @@
-
Index

ID
 
@@ -9622,7 +9611,6 @@
-
Index

ID
 
@@ -10294,52 +10282,23 @@ \ No newline at end of file +//set repeating IDS +on("change:repeating_weapon:ids-show",function(eventInfo) {PFSheet.checkIsNewRow("weapon",eventInfo);}); +on("change:repeating_class-ability:ids-show",function(eventInfo) {PFSheet.checkIsNewRow("class-ability",eventInfo);}); +on("change:repeating_feat:ids-show",function(eventInfo) {PFSheet.checkIsNewRow("feat",eventInfo);}); +on("change:repeating_racial-trait:ids-show",function(eventInfo) {PFSheet.checkIsNewRow("racial-trait",eventInfo);}); +on("change:repeating_trait:ids-show",function(eventInfo) {PFSheet.checkIsNewRow("trait",eventInfo);}); +on("change:repeating_item:ids-show",function(eventInfo) {PFSheet.checkIsNewRow("item",eventInfo);}); + +