From 591fb41c084531219a4cca2761b48e4a04a6942f Mon Sep 17 00:00:00 2001 From: psychobunny Date: Mon, 7 Apr 2014 12:46:03 -0400 Subject: [PATCH] removed unused content variable --- public/src/ajaxify.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/public/src/ajaxify.js b/public/src/ajaxify.js index 00a2350aae..d190dbe8fb 100644 --- a/public/src/ajaxify.js +++ b/public/src/ajaxify.js @@ -7,7 +7,6 @@ var ajaxify = ajaxify || {}; var location = document.location || window.location, rootUrl = location.protocol + '//' + (location.hostname || location.host) + (location.port ? ':' + location.port : ''), - content = null, templatesConfig = null, availableTemplates = null, apiXHR = null; @@ -227,8 +226,6 @@ var ajaxify = ajaxify || {}; return; // no ajaxification for old browsers } - content = content || document.getElementById('content'); - // Enhancing all anchors to ajaxify... $(document.body).on('click', 'a', function (e) { function hrefEmpty(href) {