mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-06-25 06:21:26 +08: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:
@ -96,7 +96,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="/js/bootstrap-colorpicker.min.js"></script>
|
||||
<script src="{{AppSubUrl}}/js/bootstrap-colorpicker.min.js"></script>
|
||||
<script>
|
||||
$(function(){
|
||||
$('.label-color-picker').colorpicker({
|
||||
|
Reference in New Issue
Block a user