mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-24 07:07:19 +02:00
Remove all external dependencies
This commit is contained in:
parent
56e17b9fd5
commit
ca2be62f81
@ -159,6 +159,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</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>
|
<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
|
@endsection
|
||||||
|
@ -429,6 +429,6 @@ try{ if($GLOBALS['updateAv'] == true) echo '<img style="padding-left:40px; paddi
|
|||||||
|
|
||||||
@endforeach
|
@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>
|
<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
|
@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…
x
Reference in New Issue
Block a user