Update drive userscript (#714)
This commit is contained in:
parent
875337d9a6
commit
85169fbb56
4 changed files with 18 additions and 5 deletions
|
|
@ -3247,7 +3247,7 @@ function maybePromptToUpgradeUserscript() {
|
|||
return;
|
||||
}
|
||||
|
||||
var currentVersion = [1, 3];
|
||||
var currentVersion = [1, 4];
|
||||
var userscriptVersion = window.driveUserscriptVersion;
|
||||
if (!userscriptVersion) {
|
||||
userscriptVersion = '1.0';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue