Remove all external dependencies

This commit is contained in:
Julian Prieber 2022-11-23 17:04:53 +01:00
parent 56e17b9fd5
commit ca2be62f81
3 changed files with 7 additions and 2 deletions

View File

@ -159,6 +159,6 @@
</div>
</section>
<script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
<script src="https://code.{{ asset('studio/external-dependencies/jquery-1.12.4.min.js') }}/jquery-1.12.4.min.js"></script>
<script type="text/javascript">$("iframe").load(function() { $("iframe").contents().find("a").each(function(index) { $(this).on("click", function(event) { event.preventDefault(); event.stopPropagation(); }); }); });</script>
@endsection

View File

@ -429,6 +429,6 @@ try{ if($GLOBALS['updateAv'] == true) echo '<img style="padding-left:40px; paddi
@endforeach
<script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
<script src="https://code.{{ asset('studio/external-dependencies/jquery-1.12.4.min.js') }}/jquery-1.12.4.min.js"></script>
<script type="text/javascript">$("iframe").load(function() { $("iframe").contents().find("a").each(function(index) { $(this).on("click", function(event) { event.preventDefault(); event.stopPropagation(); }); }); });</script>
@endsection

File diff suppressed because one or more lines are too long