07-15-2018, 10:04 AM
(07-15-2018, 12:30 AM)Tim Curtis Wrote:(07-14-2018, 07:06 PM)derekr Wrote: +1 for a quicker way to go straight to Browse. Never used Library. Gave it a shot for 48 hours with 4.2 in order to assess it but prefer the Browse option. Not the end of the world as you can still get to browse via Music but I’d like the option to go straight to browse with one button rather than having to go through Music.
Like 4.2 Tim - nice job.
Hi,
Before I release the update, if you want to try Browse as a default on initial page load, refresh or return from the Configs then add the code block below thats in italics right under the bolded line at the beginning of the file /var/www/js/scripts-panels.js
jQuery(document).ready(function($) { 'use strict';
// r43a
$('.library-panel-btn').removeClass('active');
$('.browse-panel-btn').addClass('active');
$('#open-library-panel').html('<a href="#browse-panel" class="open-library-panel" data-toggle="tab">Music</a>');
// load session vars
.
.
.
-Tim
Works for me :-) Thanks a bunch.
----------
bob
bob