Ted's market UI FIXED

Ted's Diamond Hunt 2 custom market user interface

< 脚本Ted's market UI FIXED的反馈

提问/评论

§
发表于:2018-03-18
编辑于:2018-03-18

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) {
§
发表于:2018-03-18
编辑于:2018-03-18

The corrected URL should have /versions included.

Edit: Fixed

vival dataz作者
§
发表于:2018-03-28

Sorry for the late respsonse, but the issue should have been fixed now.

发表回复

登录以发表回复。