You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In index.html and custom.css, the backface-visibility property was removed from styles where it was used.
In localradio.js, the updateStatusDisplay() function was optimized for usage depending of the presence of the element with id="now-playing-details". Also in updateStatusDisplay, a CSS style attribute - position: relative - was added to the HTML output to fix scrolling for the status text.
@" <li class=\"navbar-item\"><a class=\"navbar-link\" href=\"#\" onclick=\"backButtonClicked(self);\" title=\"Click the Back button to return to the previous page in the web interface\">Back</a></li>\n"
1636
1636
@" <li class=\"navbar-item\"><a class=\"navbar-link\" href=\"#\" onclick=\"loadContent('index2.html');\" title=\"Click the Top button to reload the LocalRadio web interface.\">Top</a></li>\n"
1637
-
@" <li class=\"navbar-item\"><a class=\"navbar-link\" id=\"nowPlayingNavBarLink\" href=\"#\" onclick=\"loadContent('nowplaying.html');\"target=\"content_frame\"title=\"Click the Now Playing button to see the current activity on the radio, including the live Signal Level, which can be helpful for setting the correct Squelch Level. Note that the Now Playing page will generate more network traffic, and consume more energy on mobile devices.\">Now Playing</a></li>\n"
1637
+
@" <li class=\"navbar-item\"><a class=\"navbar-link\" id=\"nowPlayingNavBarLink\" href=\"#\" onclick=\"loadContent('nowplaying.html');\" title=\"Click the Now Playing button to see the current activity on the radio, including the live Signal Level, which can be helpful for setting the correct Squelch Level. Note that the Now Playing page will generate more network traffic, and consume more energy on mobile devices.\">Now Playing</a></li>\n"
0 commit comments