How to disable inventory/places Objects and Compas link ?

sebreinders
08 Jun 2013, 12:46
Hy,
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:43
Try this-
eval ("$('#inventoryLabel.span.a').removeAttr('href');")


It uses " on either end rather than '