jQuery disables block editing [Solved]
Permalink
Problem:
As soon as I add the link to get jQuery:
I can no longer edit blocks in Edit mode.
Fix:
To fix this, I placed the above mentioned line of code above:
Not sure why this works, but it does! Atleast for me.
As soon as I add the link to get jQuery:
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
I can no longer edit blocks in Edit mode.
Fix:
To fix this, I placed the above mentioned line of code above:
<?=Loader::element('header_required'); ?>
Not sure why this works, but it does! Atleast for me.