Um... translation, please?
Ok, I did the old trial-and-error bit and it seems OK
In the file assets/plugins/managermanager/widgets/showimagetv/showimagetvs.php
1. On line 82 change
}); // Trigger a change event on load
To
$j.data(this,"lastvalue", $j(this).val());
}).trigger("load"); // Trigger a change event on load
2. On line 97 change
$this.trigger("change").data("lastvalue", $this.val());
to
On my latest dev installation, I don't even have any image TVs and it was giving me that message. With these changes it seems to be working as expected, with or without image TVs.
[ed. note: sottwell last edited this post 15 years ago.]