https://bugzilla.wikimedia.org/show_bug.cgi?id=42198
--- Comment #20 from [email protected] --- (In reply to comment #18) > I think it's another "feature" of Vector. In my user prefs on Wikipedia, it's > called "Warn me when I leave an edit page with unsaved changes" in the > Editing > section, I'm not sure where it comes from. (I didn't notice since Opera > doesn't > support this, I think intentionally.) I don't think it's a Vector feature since I don't install the Vector extension neither I use the Vector skin. I take a look in the user prefs and I only find in the Edit -> Lab section a way to display hide : # the WikiEditor toolbar # the WikiEditor buttons # a navigation bar In addition, the display of the commit form is only linked to the WikiEditor commit button, because when I commit with the classic button the commit form is not displayed. To conclude, it seems the only way to not display the commit form is to change the Javascript code in the jquery.wikiEditor.publish.js file. A test and a setting could allow to choose between both. context.fn.addButton( { 'captionMsg': 'wikieditor-publish-button-publish', 'action': function () { $( '#editform' ).submit(); return false; } } ); -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
