You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The above variable is used to manage the next page to be executed. This variable will only be incremented. Maybe you tried to play more than once and got an error message? If you reload the extension, it will run sequentially from the first page again.
When trying to run the frame the error: No more script pages.
The structure and files are saved as follows
folderProject/
.auto-type
001-description
scripts
app.js (3 lines)
001-description
file: scripts/app.js
line: 1
align: top
↓↓↓↓↓↓↓⇥
if (!app.selectedCities) {
app.selectedCities = [];
}↓↓⇥
app.selectedCities.push({key: key, label: label});
app.saveSelectedCities();
The text was updated successfully, but these errors were encountered: