From 183560dd6289a9387c01a98d50bde780be2505d8 Mon Sep 17 00:00:00 2001
From: Tobias Diekershoff <tobias.diekershoff@gmx.net>
Date: Tue, 12 Feb 2019 17:25:16 +0100
Subject: [PATCH] JS files of quattro theme

---
 view/theme/quattro/js/quattro.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/view/theme/quattro/js/quattro.js b/view/theme/quattro/js/quattro.js
index 469a3bbc93..5a5390737f 100644
--- a/view/theme/quattro/js/quattro.js
+++ b/view/theme/quattro/js/quattro.js
@@ -1,3 +1,4 @@
+// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPLv3-or-later
 $(document).ready(function(){
 	$('nav').bind('nav-update', function(e,data){
 		var notifCount = $(data).find('notif').attr('count');
@@ -139,4 +140,4 @@ $(document).ready(function() {
 
 });
 
-
+// @license-end