root 5 years ago
parent
commit
ea629e2967
1 changed files with 1 additions and 2 deletions
  1. 1 2
      resources/views/app.blade.php

+ 1 - 2
resources/views/app.blade.php

@@ -12,8 +12,7 @@
         <script>
             window.v2board = {
                 title: '{{$title}}',
-                theme: '{{$theme}}',
-                version: '{{$version}}'
+                theme: '{{$theme}}'
             }
         </script>
     </head>