mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-01-09 16:53:22 +01:00
Remove all external dependencies
This commit is contained in:
parent
56e17b9fd5
commit
ca2be62f81
@ -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
|
||||
|
@ -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
|
||||
|
5
studio/external-dependencies/jquery-1.12.4.min.js
vendored
Normal file
5
studio/external-dependencies/jquery-1.12.4.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user