removed unused content variable

v1.18.x
psychobunny 11 years ago
parent b616ba7304
commit 591fb41c08

@ -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) {

Loading…
Cancel
Save