mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-11 04:26:16 +01:00
Add app sub url for color picker js lib inclusion
Currently, the js file doesn't take into account the possibility of a sub url being used (wich is my case :) wich prevents its inclusion.
This commit is contained in:
parent
c08baee085
commit
5c63e1015d
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script src="/js/bootstrap-colorpicker.min.js"></script>
|
<script src="{{AppSubUrl}}/js/bootstrap-colorpicker.min.js"></script>
|
||||||
<script>
|
<script>
|
||||||
$(function(){
|
$(function(){
|
||||||
$('.label-color-picker').colorpicker({
|
$('.label-color-picker').colorpicker({
|
||||||
|
|
Loading…
Reference in a new issue