Legoktm has uploaded a new change for review. https://gerrit.wikimedia.org/r/89770
Change subject: Remove unused configuration variable ...................................................................... Remove unused configuration variable ResourceLoader handles this now, and it's no longer used anywhere. Change-Id: I165efd2acf5bc681112a0a2eb02023cab4f4d14b --- M Drafts.php 1 file changed, 0 insertions(+), 3 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Drafts refs/changes/70/89770/1 diff --git a/Drafts.php b/Drafts.php index a75a4e9..84640a3 100644 --- a/Drafts.php +++ b/Drafts.php @@ -38,9 +38,6 @@ // Shortcut to this extension directory $dir = __DIR__ . '/'; -# Bump the version number every time you change any of the .css/.js files -$wgDraftsStyleVersion = 3; - // Seconds of inactivity after change before autosaving // Use the value 0 to disable autosave $egDraftsAutoSaveWait = 120; -- To view, visit https://gerrit.wikimedia.org/r/89770 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I165efd2acf5bc681112a0a2eb02023cab4f4d14b Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Drafts Gerrit-Branch: master Gerrit-Owner: Legoktm <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
