Made it show how much time you have saved yourself.

This commit is contained in:
Ajay Ramachandran
2019-12-04 23:38:07 -05:00
parent ab07478e25
commit b18f2ae60d
5 changed files with 129 additions and 13 deletions

View File

@@ -292,6 +292,8 @@ class SkipNotice {
// See if the title should be changed
if (this.manualSkip) {
this.changeNoticeTitle(chrome.i18n.getMessage("noticeTitle"));
vote(1, this.UUID, this);
}
}