Index: trunk/extensions/Drafts/Drafts.php |
— | — | @@ -37,7 +37,7 @@ |
38 | 38 | $dir = dirname( __FILE__ ) . '/'; |
39 | 39 | |
40 | 40 | # Bump the version number every time you change any of the .css/.js files |
41 | | -$wgDraftsStyleVersion = 2; |
| 41 | +$wgDraftsStyleVersion = 3; |
42 | 42 | |
43 | 43 | // Seconds of inactivity after change before autosaving |
44 | 44 | // Use the value 0 to disable autosave |