I need mootools enabled?
10 years 9 months ago #20702
by MalastiC
I need mootools enabled? was created by MalastiC
Good night. On my site I use a plugin to disable mootools because I do not need on my site. With this I get the web go faster.
If I disable mootools module does not work and I see this error:
The line with problems is:
Is the use of mootools needed?
A greeting,
If I disable mootools module does not work and I see this error:
Code:
<script src="/test3/modules/mod_slideshowck/assets/jquery.easing.1.3.js" type="text/javascript"></script>
<script src="/test3/modules/mod_slideshowck/assets/jquery.mobile.customized.min.js" type="text/javascript"></script>
<script src="/test3/modules/mod_slideshowck/assets/camera.min.js" type="text/javascript"></script>
<script type="text/javascript">
jQuery(function($) {
SqueezeBox.initialize({});
SqueezeBox.assign($('a.modal').get(), {
parse: 'rel'
});
});
function do_nothing() { return; }
</script>
The line with problems is:
Code:
SqueezeBox.initialize({});
Is the use of mootools needed?
A greeting,
Please Log in or Create an account to join the conversation.
10 years 9 months ago #20704
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic I need mootools enabled?
Hi
yes the slideshow module load the squeeezebox from joomla if you want to open the slides in a lightbox.
You can remove this in the PHP file of the module : JHtml::_('behavior.modal');
CEd
yes the slideshow module load the squeeezebox from joomla if you want to open the slides in a lightbox.
You can remove this in the PHP file of the module : JHtml::_('behavior.modal');
CEd
Joomlack Webmaster and Developer
The following user(s) said Thank You: MalastiC
Please Log in or Create an account to join the conversation.
10 years 9 months ago #20705
by MalastiC
Replied by MalastiC on topic I need mootools enabled?
Thank you. Now working whitout mootools.
Please Log in or Create an account to join the conversation.
Time to create page: 0.195 seconds