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
When to go from page to page scripts are not executed.
Example: open index and watch number of contributors. Go to about page, then open index page again - number of contributors is not shown, because script was not executed.
Reload page and number will be shown again.
Reason: site navigation has some special script that loads pages via XHR instead of browser and thus not executing scripts.
The text was updated successfully, but these errors were encountered:
* bounties page (#52)
* remove github access token
* bounties rework
* spaces instead of tabs
* rename bounties to jobs
* add roles, improve bounties
* #69: improve *Smart and fast:* section
* #85 fix
* bounty size colors
* copy changes, add grants section
* rename to Earn
* fix error when both worker and assignee are set
* tiny optimization suggested by Max
* Apply suggestions from code review
Co-Authored-By: Johann Barbie <[email protected]>
* some final adjustments
* propose a new bounty link
When to go from page to page scripts are not executed.
Example: open index and watch number of contributors. Go to about page, then open index page again - number of contributors is not shown, because script was not executed.
Reload page and number will be shown again.
Reason: site navigation has some special script that loads pages via XHR instead of browser and thus not executing scripts.
The text was updated successfully, but these errors were encountered: