Ted's Diamond Hunt 2 custom market user interface
< Feedback on Ted's market UI FIXED
Script grabbing updates from the wrong URL
When running it for the first time, it complains that I'm not on the 'current' version: Screenshot
If you were to click okay, this script will be overwritten by the original outdated plugin.
It appears that's because the script is still pointing to the old URL for Ted's UI (line 34).
It should be changed from this:
$.get("https://greasyfork.org/en/scripts/28422-ted-s-market-ui/versions", function(data) {
to this:
$.get("https://greasyfork.org/en/scripts/39516-ted-s-market-ui-fixed/versions", function(data) {
The corrected URL should have /versions included.
/versions
Edit: Fixed
Sorry for the late respsonse, but the issue should have been fixed now.
Sign in to post a reply.
Script grabbing updates from the wrong URL
When running it for the first time, it complains that I'm not on the 'current' version: Screenshot
If you were to click okay, this script will be overwritten by the original outdated plugin.
It appears that's because the script is still pointing to the old URL for Ted's UI (line 34).
It should be changed from this:
to this: