Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/constants.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const APP_VERSION = "v1.42.0";
const APP_VERSION = "v1.42.1"

const ALL_VERSIONS = [ "galaxywave_delta", "galaxywave", "fuzzup", "highvoltage", "nextage", "exchain", "matixx", "tbre", "tb"];

Expand Down
2 changes: 1 addition & 1 deletion src/react/IndexPage/BookmarkletScript.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function BookmarkletScript() {
const [snackbarOpen, setSnackbarOpen] = useState(false);

const latestScript = `javascript:void(!function(d){var s=d.createElement('script');s.type='text/javascript';s.src='//gitadora-skill-viewer.herokuapp.com/js/uploaddata_latest.js';d.head.appendChild(s);}(document));`;
const latestScript2 = `javascript:void(!function(d){var s=d.createElement('script');s.type='text/javascript';s.src='//gitadora-skill-viewer.herokuapp.com/js/uploaddata_galaxywave_delta.js';d.head.appendChild(s);}(document));`;
const latestScript2 = `javascript:void(!function(d){var s=d.createElement('script');s.type='text/javascript';s.src='//gitadora-skill-viewer.herokuapp.com/js/uploaddata_galaxywave.js';d.head.appendChild(s);}(document));`;
const versionScript = `javascript:void(!function(d){var s=d.createElement('script');s.type='text/javascript';s.src='//gitadora-skill-viewer.herokuapp.com/js/uploaddata_${select}.js';d.head.appendChild(s);}(document));`;

useEffect(() => {
Expand Down
Loading