init
This commit is contained in:
@@ -6,4 +6,14 @@
|
||||
const current_user = {{ request.user.min_infos|safe }};
|
||||
</script>
|
||||
{% vite_asset "app/torrent.js" %}
|
||||
|
||||
<script>
|
||||
function QWebInit(){
|
||||
if(typeof(QWebChannel) !== 'undefined'){
|
||||
new QWebChannel(qt.webChannelTransport, channel => {
|
||||
|
||||
})
|
||||
}
|
||||
}
|
||||
</script>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user