moving to /internal for a js dir, icons.svg Ive built, etc. and added route in files.py, updates all html to use new path
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
</select>
|
||||
<span class="input-group-text"> duplicates at a time
|
||||
<svg width="16" height="16" fill="currentColor">
|
||||
<use xlink:href="{{url_for('static', filename='upstream/icons.svg')}}#info" onMouseOver="$('#dbox').modal('show'); return false;"/>
|
||||
<use xlink:href="{{url_for('internal', filename='icons.svg')}}#info" onMouseOver="$('#dbox').modal('show'); return false;"/>
|
||||
</svg>
|
||||
</span>
|
||||
</div class="input-group">
|
||||
|
||||
Reference in New Issue
Block a user