mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-15 23:40:17 +02:00
Merge branch 'x-editable-bs5' into 'v5.x'
Draft: Bundle a BS5 Fork of X-Editable See merge request allianceauth/allianceauth!1650
This commit is contained in:
commit
e889ebb7eb
@ -0,0 +1,22 @@
|
||||
Copyright (c) 2012 Vitaliy Potapov
|
||||
|
||||
Permission is hereby granted, free of charge, to any person
|
||||
obtaining a copy of this software and associated documentation
|
||||
files (the "Software"), to deal in the Software without
|
||||
restriction, including without limitation the rights to use,
|
||||
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the
|
||||
Software is furnished to do so, subject to the following
|
||||
conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be
|
||||
included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
||||
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
||||
OTHER DEALINGS IN THE SOFTWARE.
|
@ -0,0 +1,3 @@
|
||||
<https://github.com/melisoftspa/x-editable/tree/develop/dist/bootstrap5-editable/css>
|
||||
|
||||
Fork of <https://github.com/vitalets/x-editable>
|
13
allianceauth/static/allianceauth/js/bootstrap5-editable/1.5.4/css/bootstrap-editable.min.css
vendored
Normal file
13
allianceauth/static/allianceauth/js/bootstrap5-editable/1.5.4/css/bootstrap-editable.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
Binary file not shown.
After Width: | Height: | Size: 509 B |
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
3
allianceauth/static/allianceauth/js/bootstrap5-editable/1.5.4/js/bootstrap-editable.min.js
vendored
Normal file
3
allianceauth/static/allianceauth/js/bootstrap5-editable/1.5.4/js/bootstrap-editable.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -1,3 +1,4 @@
|
||||
<!-- Start X-editable JS from cdnjs -->
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/x-editable/1.5.1/bootstrap3-editable/js/bootstrap-editable.min.js" integrity="sha512-Mvqhe3YIUElH6VT0CFmUeRgYMrLvCGd2mvYCnJOf2nL9FvRBK74qRgTn7u0zSqA5cHiGxy83bwuhl1ASbS9M/w==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
|
||||
<!-- End X-editable JS from cdnjs -->
|
||||
<!-- Start x-editable JS from staticfiles -->
|
||||
<!-- x-editable is unmaintained, the fork is not published - bundled not using a CDN -->
|
||||
<link rel="stylesheet" href="{% static 'allianceauth/js/bootstrap5-editable/1.5.4/js/bootstrap-editable.min.js' %}" integrity="OvX5TR23tk2l8aoWeUHpqHHYL6nb2vVoNv8BhL7Yg/4HnuvXriSGUGMF2PKvcy33bb6CJcK/9ni+507tx4Z9uQ==" crossorigin="anonymous" referrerpolicy="no-referrer">
|
||||
<!-- End x-editable JS from staticfiles -->
|
||||
|
@ -1,3 +1,4 @@
|
||||
<!-- Start X-editable CSS from cdnjs -->
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/x-editable/1.5.1/bootstrap3-editable/css/bootstrap-editable.css" integrity="sha512-e0rbO6UJET0zDdXOHjwc6D44UpeKumn7cU7XR/fa4S0/Jso0bZqcCqlIF6mtvcimMbf846mkv8aSWFnTwABr/g==" crossorigin="anonymous" referrerpolicy="no-referrer">
|
||||
<!-- End X-editable CSS from cdnjs -->
|
||||
<!-- Start X-editable CSS from staticfiles -->
|
||||
<!-- x-editable is unmaintained, the fork is not published - bundled not using a CDN -->
|
||||
<link rel="stylesheet" href="{% static 'allianceauth/js/bootstrap5-editable/1.5.4/css/bootstrap-editable.min.css' %}" integrity="Mu96gHfWyyPAd7OwJLJqA3qNs1J+zYb51/A/OLGO5vtp54C0XrLoZXLqemoQCIAUSUUQY67dsRvkWnGHsPzNjA==" crossorigin="anonymous" referrerpolicy="no-referrer">
|
||||
<!-- End X-editable CSS from staticfiles -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user