User:Davidgothberg/vector.js: Difference between revisions

Content deleted Content added
"New message" boxes don't exist more, so newmessageshistory.js has no function now.
Turn off ajaxPreview script, since now an official option in Preferences/Editing/Show_previews.
Line 85:
much faster than standard preview/changes buttons.
[[User:Js/ajaxPreview]] */
/*
importScript("User:Js/ajaxPreview.js");
ajaxPreviewButton = 'P'; // "Preview" button text, when above.
ajaxDiffButton = 'D'; // "Changes" button text, when above.
ajaxPreviewPos = 'bottom'; // Buttons on the bottom, replacing standard.
/*/ Code to execute after each preview update. */
ajaxPreviewExec = function(previewArea) {
if (window.setupTooltips)
setupTooltips(previewArea); // Restart the Navigation popups.
}
*/