mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
add function to upload files to seqta's storage
This commit is contained in:
+3
-3
@@ -284,7 +284,7 @@ async function finishLoad() {
|
||||
}
|
||||
|
||||
chrome.storage.local.get(['justupdated'], function (result) {
|
||||
if (result.justupdated) {
|
||||
if (result.justupdated && !document.getElementById('whatsnewbk')) {
|
||||
OpenWhatsNewPopup();
|
||||
}
|
||||
});
|
||||
@@ -530,10 +530,10 @@ async function LoadPageElements() {
|
||||
if (ranOnce) return;
|
||||
ranOnce = true;
|
||||
animate(
|
||||
'.dashboard *:not(.dashlet-timetable), .dashboard .message *',
|
||||
'.dashboard > *',
|
||||
{ opacity: [0, 1], y: [10, 0] },
|
||||
{
|
||||
delay: stagger(0.01),
|
||||
delay: stagger(0.1),
|
||||
duration: 0.5,
|
||||
easing: [.22, .03, .26, 1]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user