Ted's market UI FIXED

Ted's Diamond Hunt 2 custom market user interface

< Opiniones de Ted's market UI FIXED

Pregunta o comentario

§
Publicado: 18/03/2018
Editado: 18/03/2018

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) {
§
Publicado: 18/03/2018
Editado: 18/03/2018

The corrected URL should have /versions included.

Edit: Fixed

§
Publicado: 28/03/2018

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

Publicar respuesta

Inicia sesión para responder.