Re: Open url in default skin's leftcontent frame?

mherger <mherger.aol97z-NUepA2SMhDQqspMVqqL2D+4xXEVPTSb/[email protected]> Wed, 3 Aug 2022 15:53:00 +0000
Newsgroups gmane.music.equipment.slimdevices.devel
Organization Logitech Squeezebox Forums
Message-ID <[email protected]>
Could you please apply the following simple patch, restart LMS, wipe
browser caches, then try again?


Code:
--------------------
    diff --git a/HTML/Default/index.html b/HTML/Default/index.html
  index bd0607891..da9fc54af 100644
  --- a/HTML/Default/index.html
  +++ b/HTML/Default/index.html
  @@ -111,6 +111,8 @@
  
  if (frames.browser.location)
  frames.browser.location.href = navigationUrl;
  +                               else if (document.browser.location)
  +                                       document.browser.location.href = navigationUrl;
  
  if (Ext.ux.Lightbox) {
  Ext.ux.Lightbox.labelOf = '[% "OF" | string %]';
  
--------------------



Michael

"It doesn't work - what shall I do?" - "Please check your server.log
and/or scanner.log file!"
(LMS: Settings/Information)
------------------------------------------------------------------------
mherger's Profile: http://forums.slimdevices.com/member.php?userid=50
View this thread: http://forums.slimdevices.com/showthread.php?t=116538