Note that there are some explanatory texts on larger screens.

plurals
  1. POWhy is Joomla loading mootools-core and mootools-more twice?
    primarykey
    data
    text
    <p>Built a simple site, can't seem to figure out why this is happening:</p> <pre><code> &lt;script src="media/system/js/mootools-core.js" type="text/javascript"&gt;&lt;/script&gt; &lt;script src="media/system/js/core.js" type="text/javascript"&gt;&lt;/script&gt; &lt;script src="media/system/js/mootools-more.js" type="text/javascript"&gt;&lt;/script&gt; &lt;script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js" type="text/javascript"&gt;&lt;/script&gt; &lt;script src="/mylocalfolder/media/plg_jblibrary/jquery/jquery.noconflict.js" type="text/javascript"&gt;&lt;/script&gt; &lt;script src="/mylocalfolder/media/system/js/mootools-core.js" type="text/javascript"&gt;&lt;/script&gt; &lt;script src="/mylocalfolder/media/system/js/core.js" type="text/javascript"&gt;&lt;/script&gt; &lt;script src="/mylocalfolder/media/system/js/caption.js" type="text/javascript"&gt;&lt;/script&gt; &lt;script src="/mylocalfolder/media/system/js/modal.js" type="text/javascript"&gt;&lt;/script&gt; &lt;script src="/mylocalfolder/media/system/js/mootools-more.js" type="text/javascript"&gt;&lt;/script&gt; </code></pre> <p>What could be causing mootools-core.js, core.js, and mootools-more.js to be pulling in twice with two different paths? Where's a good place to search? Considering the only thing I was thinking about using it for is a modal window (deactivated, no effect) this is a lot of junk to be loading for nothing. I tried calling the <code>JHTML::_('behavior.modal');</code> a few times to see if it would continue to call additional copies but it doesn't.</p> <p>Any thoughts would be appreciated, thanks!</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload