Option scroll

partavia3651

New Member
YetiShare User
Wurlie User
Reservo User
Feb 24, 2014
10
0
0
Hi there!

I have a little question,

On the default theme of yetishare, there is the option that when we click on it scroll down.

Is there any way to disable the scroll and that the options can always be seen?

Thank you so much for your time!
 

adam

Administrator
Staff member
Dec 5, 2009
2,046
108
63
As sent on email:

In _indexJS.inc.php find this:

Code:
<?php if($fid != null): ?>
saveAdditionalOptions(true);
<?php endif; ?>
Replace the 3 lines with this:

Code:
saveAdditionalOptions();