Skip to content

Commit

Permalink
Late load
Browse files Browse the repository at this point in the history
  • Loading branch information
annndruha committed Feb 15, 2024
1 parent 2b45f8a commit e1718fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function initSettingsValues(fromfile = false) {
setCheckbox('checkbox-show-header', res['show-header'])
setCheckbox('checkbox-show-clock', res['show-clock'])
makeGrid(parseInt(res['cols']), parseInt(res['rows']), fromfile)
loadAllIcons()
setTimeout(loadAllIcons, 1500)
})
chrome.storage.local.get(['background'], function (res) {
if (varDefined(res['background'])) {
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Pulchra Bookmarks",
"description": "Pulchra Bookmarks extension",
"version": "1.0.13",
"version": "1.0.14",
"manifest_version": 3,
"minimum_chrome_version": "96",
"chrome_url_overrides": {
Expand Down

0 comments on commit e1718fc

Please sign in to comment.