From f576582b9bb76215cbc73214766521ff17646e6c Mon Sep 17 00:00:00 2001 From: Vitaly Potyarkin Date: Wed, 28 Aug 2019 12:23:33 +0300 Subject: [PATCH] Remove unused functionality from script.js It was causing an error in console.log --- static/js/script.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/static/js/script.js b/static/js/script.js index aaabfa9..b2e132e 100644 --- a/static/js/script.js +++ b/static/js/script.js @@ -128,15 +128,6 @@ jQuery(function($) { } codestyling(); - /* ========================================================================== - Responsive Videos with Fitvids - ========================================================================== */ - - function video() { - $('#wrapper').fitVids(); - } - video(); - /* ========================================================================== Initialize and load Disqus ========================================================================== */