|
$('#moverDirection1 option:eq(0)').text($('#primary option:eq(' + z(0) + ')').text() + ' ⮕ ' + $('#secondary option:eq(' + z(1) + ')').text()); |
|
$('#moverDirection1 option:eq(1)').text($('#secondary option:eq(' + z(1) + ')').text() + ' ⮕ ' + $('#primary option:eq(' + z(0) + ')').text()); |
Hi All,
The refenced lines above defines the select element's option tags used to select the direction of Mover's action on the Share settings page.
The character '⮕' in the lines is supposed to indicate the direction of Mover's action. It doesn't really do that :-)
Maybe it would be better to use HTML entity/codes, like ← (←) or → (→)? These are all supported by modern browsers, I guess.