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.

發表回覆

登入以回覆