https://bugzilla.wikimedia.org/show_bug.cgi?id=72900
--- Comment #7 from Joel K. Pettersson <[email protected]> --- It's not being used within the form, but I tried disabling WikiEditor anyway, and the "Add another" button problem persisted (along with the logged "sfgShowOnSelect is not defined"). The WikiEditor-related message went away as expected, though. In SemanticForms.js, line 785 is the beginning of the following if-statement: // TODO: Data in sfgShowOnSelect should probably be stored in // jQuery("#sfForm").data('SemanticForms') if ( sfgShowOnSelect[ old_id ] ) { sfgShowOnSelect[ this.id ] = sfgShowOnSelect[ old_id ]; } So it seems it fails upon just performing a check related to the feature. And I guess the WikiEditor-related problem turns out to be a separate bug of some kind (or, if related, then not being the cause of this issue). -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
