From 15f3612d801bdc2cc4f8efdbe7d4a7f45bc9cba8 Mon Sep 17 00:00:00 2001
From: cristiano <cs.almeida@protonmail.ch>
Date: Tue, 30 Apr 2019 17:47:38 +0100
Subject: [PATCH] Removed enqueued scripts.

---
 wp-content/themes/foundry0/header.php | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/wp-content/themes/foundry0/header.php b/wp-content/themes/foundry0/header.php
index e1cdd82..52ee75d 100644
--- a/wp-content/themes/foundry0/header.php
+++ b/wp-content/themes/foundry0/header.php
@@ -10,21 +10,14 @@
         <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css">
         <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
         <link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
-        <script src='https://code.jquery.com/jquery-2.1.4.min.js'></script>
-        <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
         <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
         <meta keywords="">
         <meta name="description" content="">
         <link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'>
-        <link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/style.css" type="text/css" media="all" />
-        <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.touchswipe/1.6.4/jquery.touchSwipe.min.js"></script>
-        <script src='http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js'></script>
-        <script src='https://code.createjs.com/createjs-2015.05.21.min.js'></script>
         <meta charset="UTF-8">
         <meta name="viewport" content="width=device-width, initial-scale=1">
         <link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.5.9/slick.min.css'>
         <link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.5.9/slick-theme.min.css'>
-        <script src="<?php echo get_template_directory_uri().'/js/main.js'; ?>" type="text/javascript"></script>
         <?php wp_head();?>
 </head>
 <body>
-- 
GitLab