@@ -2119,56 +2119,72 @@ <h6 align="center"><sup>Enjoying This Character Sheet? Consider Donating t
21192119 <!--auto fav1 recgonizer -->
21202120 if ( document . getElementById ( 'fav1' ) . innerHTML . search ( / ( \w | \w + | \W | \W + | \D | \D + ) / g) >= 0 && document . getElementById ( 'fav1' ) . innerHTML . search ( / F a v o r i t e / i) < 0 || document . getElementById ( 'fav1' ) . innerHTML === "" || document . getElementById ( 'fav1' ) . innerHTML === null ) {
21212121
2122- document . getElementById ( 'fav1' ) . innerHTML = "---" ; //default entry (no auto recgonition if this stays here)
2122+ if ( document . getElementById ( 'fav1' ) . innerHTML === "" || document . getElementById ( 'fav1' ) . innerHTML === null ) {
2123+ document . getElementById ( 'fav1' ) . innerHTML = "---" ; //default entry (no auto recgonition if this stays here)
2124+ }
21232125 }
21242126
21252127
21262128 < ! -- auto fav2 recgonizer -- >
21272129 if ( document . getElementById ( 'fav2' ) . innerHTML . search ( / ( \w | \w + | \W | \W + | \D | \D + ) / g) >= 0 && document . getElementById ( 'fav2' ) . innerHTML . search ( / F a v o r i t e / i) < 0 || document . getElementById ( 'fav2' ) . innerHTML === "" || document . getElementById ( 'fav2' ) . innerHTML === null ) {
21282130
2129- document . getElementById ( 'fav2' ) . innerHTML = "---" ; //default entry (no auto recgonition if this stays here)
2131+ if ( document . getElementById ( 'fav2' ) . innerHTML === "" || document . getElementById ( 'fav2' ) . innerHTML === null ) {
2132+ document . getElementById ( 'fav2' ) . innerHTML = "---" ; //default entry (no auto recgonition if this stays here)
2133+ }
21302134 }
21312135
21322136
21332137 <!--auto fav3 recgonizer -->
21342138 if ( document . getElementById ( 'fav3' ) . innerHTML . search ( / ( \w | \w + | \W | \W + | \D | \D + ) / g) >= 0 && document . getElementById ( 'fav3' ) . innerHTML . search ( / F a v o r i t e / i) < 0 || document . getElementById ( 'fav3' ) . innerHTML === "" || document . getElementById ( 'fav3' ) . innerHTML === null ) {
21352139
2136- document . getElementById ( 'fav3' ) . innerHTML = "---" ; //default entry (no auto recgonition if this stays here)
2140+ if ( document . getElementById ( 'fav3' ) . innerHTML === "" || document . getElementById ( 'fav3' ) . innerHTML === null ) {
2141+ document . getElementById ( 'fav3' ) . innerHTML = "---" ; //default entry (no auto recgonition if this stays here)
2142+ }
21372143 }
21382144
21392145
21402146 < ! -- auto beliefs recgonizer -- >
21412147 if ( document . getElementById ( 'believean' ) . innerHTML . search ( / ( \w | \w + | \W | \W + | \D | \D + ) / g) >= 0 && document . getElementById ( 'believean' ) . innerHTML . search ( / B e l i e f / i) < 0 || document . getElementById ( 'believean' ) . innerHTML === "" || document . getElementById ( 'believean' ) . innerHTML === null ) {
21422148
2143- document . getElementById ( 'believean' ) . innerHTML = "---" ; //default entry (no auto recgonition if this stays here)
2149+ if ( document . getElementById ( 'believean' ) . innerHTML === "" || document . getElementById ( 'believean' ) . innerHTML === null ) {
2150+ document . getElementById ( 'believean' ) . innerHTML = "---" ; //default entry (no auto recgonition if this stays here)
2151+ }
21442152 }
21452153
21462154
21472155 <!--auto align1 recgonizer -->
21482156 if ( document . getElementById ( 'selfalign' ) . innerHTML . search ( / ( \w | \w + | \W | \W + | \D | \D + ) / g) >= 0 && document . getElementById ( 'selfalign' ) . innerHTML . search ( / S e l f \- A l i g n m e n t / i) < 0 || document . getElementById ( 'selfalign' ) . innerHTML === "" || document . getElementById ( 'selfalign' ) . innerHTML === null ) {
21492157
2150- document . getElementById ( 'selfalign' ) . innerHTML = "---" ; //default entry (no auto recgonition if this stays here)
2158+ if ( document . getElementById ( 'selfalign' ) . innerHTML === "" || document . getElementById ( 'selfalign' ) . innerHTML === null ) {
2159+ document . getElementById ( 'selfalign' ) . innerHTML = "---" ; //default entry (no auto recgonition if this stays here)
2160+ }
21512161 }
21522162
21532163
21542164 < ! -- auto background recgonizer -- >
21552165 if ( document . getElementById ( 'bckgrd' ) . innerHTML . search ( / ( \w | \w + | \W | \W + | \D | \D + ) / g) >= 0 && document . getElementById ( 'bckgrd' ) . innerHTML . search ( / ( B a c k g r o u n d | b c k g r d ) / i) < 0 || document . getElementById ( 'bckgrd' ) . innerHTML === "" || document . getElementById ( 'bckgrd' ) . innerHTML === null ) {
21562166
2157- document . getElementById ( 'bckgrd' ) . innerHTML = "---" ; //default entry (no auto recgonition if this stays here)
2167+ if ( document . getElementById ( 'bckgrd' ) . innerHTML === "" || document . getElementById ( 'bckgrd' ) . innerHTML === null ) {
2168+ document . getElementById ( 'bckgrd' ) . innerHTML = "---" ; //default entry (no auto recgonition if this stays here)
2169+ }
21582170 }
21592171
21602172
21612173 <!--auto background recgonizer -->
21622174 if ( document . getElementById ( 'addalign' ) . innerHTML . search ( / ( \w | \w + | \W | \W + | \D | \D + ) / g) >= 0 && document . getElementById ( 'addalign' ) . innerHTML . search ( / ( C h a r a c t e r S t y l e | C h a r a c t e r \& n b s p \; S t y l e ) / i) < 0 || document . getElementById ( 'addalign' ) . innerHTML === "" || document . getElementById ( 'addalign' ) . innerHTML === null ) {
21632175
2164- document . getElementById ( 'addalign' ) . innerHTML = "---" ; //default entry (no auto recgonition if this stays here)
2176+ if ( document . getElementById ( 'addalign' ) . innerHTML === "" || document . getElementById ( 'addalign' ) . innerHTML === null ) {
2177+ document . getElementById ( 'addalign' ) . innerHTML = "---" ; //default entry (no auto recgonition if this stays here)
2178+ }
21652179 }
21662180
21672181
21682182 < ! -- auto background recgonizer -- >
21692183 if ( document . getElementById ( 'skillboost' ) . innerHTML . search ( / ( \D | \D + ) / g) >= 0 && document . getElementById ( 'skillboost' ) . innerHTML . search ( / ( S k i l l B o o s t | S k i l l \& n b s p \; B o o s t | S k i l l | B o o s t ) / i) < 0 || document . getElementById ( 'skillboost' ) . innerHTML === "" || document . getElementById ( 'skillboost' ) . innerHTML === null ) {
21702184
2171- document . getElementById ( 'skillboost' ) . innerHTML = Number ( 0 ) ; //default entry (no auto recgonition if this stays here)
2185+ if ( document . getElementById ( 'skillboost' ) . innerHTML === "" || document . getElementById ( 'skillboost' ) . innerHTML === null ) {
2186+ document . getElementById ( 'skillboost' ) . innerHTML = Number ( 0 ) ; //default entry (no auto recgonition if this stays here)
2187+ }
21722188 }
21732189 <!--above are auto-input updater checks needing to be filled out upgrade possible i'm here I'm here im here Im here upgradeable !!-->
21742190
0 commit comments