https://bugzilla.wikimedia.org/show_bug.cgi?id=67313
--- Comment #17 from C. Scott Ananian <[email protected]> --- (In reply to jazeckel from comment #15) > Also, if I comment out the entire parsoidConfig.setInterwiki line in my > localsettings.js, it loads the visual editor but with the wrong wiki's > content. It appears that having "localhost" as the key on that line will > cause it to fail regardless, and if I change "localhost" to anything else it > loads the wrong content. For example, I could make the line: > parsoidConfig.setInterwiki( 'foo', 'http://localhost/auc/wiki/api.php' ); > > and it will load the editor but with the wrong content. Yes, the 'localhost' part here has to match the string you set $wgVisualEditorParsoidPrefix to. -- 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
