Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Taken by surprise on Friday the 13th...
#36
(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

Thanks, this little mod works well for me. It is practically required for the way I wish to use moOde. I was a little skeptical about the new panel layout but with this mod it looks like it will work for me and I may even venture to say I approve of the changes! Wink
Reply


Messages In This Thread
RE: Taken by surprise on Friday the 13th... - by FizzyTea - 07-16-2018, 12:56 PM

Forum Jump: