Fix Google Drive URL

This commit is contained in:
Calvin Montgomery 2016-10-20 19:07:03 -07:00
parent 3c11ac6cf5
commit afa18c4749
4 changed files with 20 additions and 5 deletions

View file

@ -3215,7 +3215,7 @@ function maybePromptToUpgradeUserscript() {
return;
}
var currentVersion = [1, 2];
var currentVersion = [1, 3];
var userscriptVersion = window.driveUserscriptVersion;
if (!userscriptVersion) {
userscriptVersion = '1.0';