Open pilondg opened 9 years ago
I'm having this problem also. I have just installed in a clean 1.25.2 installation, and dropdowns are not working (I'm getting Uncaught Error: Unknown dependency: jquery). However, my icons are appearing.
MW 1.25 removes 'jquery' as a valid ResourceLoader dependency. The fix is
to remove 'jquery' as a dependency in the Booty resource definitions. I'll
get a fix for this prepared soon, in the meantime you should be able to
resolve this in an emergency by removing 'jquery'
from line 44 of
base/Skin.php
...
'dependencies'=>array('jquery'), //remove this
'scripts'=> array('bootstrap-3.0.3/js/bootstrap.js'),
'group'=>'bootstrap'
),
On Mon, Sep 28, 2015 at 3:20 AM rhcastilhos notifications@github.com wrote:
I'm having this problem also. I have just installed in a clean 1.25.2 installation, and dropdowns are not working (I'm getting Uncaught Error: Unknown dependency: jquery). However, my icons are appearing.
— Reply to this email directly or view it on GitHub https://github.com/tinymighty/booty/issues/19#issuecomment-143613241.
Thanks for the emergency fix.My icons are missing too.
Using mediawiki v 1.25 the toolbar dropdowns are not responding and icons in toolbar not apearing? HELP :). Great Skin!