How to disable inventory/places Objects and Compas link ?
sebreinders
08 Jun 2013, 12:46Hy,
i'm working on the "online" version. I would like to unlink "#" target on the label
I try this in a script "game"...
thank you in advance
Sebastien
PS I do not speak English very well (thank you google translate)
i'm working on the "online" version. I would like to unlink "#" target on the label
I try this in a script "game"...
eval ('$('#inventoryLabel.span.a').removeAttr('href');')
thank you in advance
Sebastien
PS I do not speak English very well (thank you google translate)
Liam315
08 Jun 2013, 13:43Try this-
It uses " on either end rather than '
eval ("$('#inventoryLabel.span.a').removeAttr('href');")
It uses " on either end rather than '