diff --git a/.themes/classic/source/javascripts/octopress.js b/.themes/classic/source/javascripts/octopress.js index 5c95d91..74d33dc 100644 --- a/.themes/classic/source/javascripts/octopress.js +++ b/.themes/classic/source/javascripts/octopress.js @@ -68,7 +68,7 @@ var octopress = (function(){ } getClass = function (test) { - return ((Modernizr.testAllProps(test) ? test : "no-"+features[i]).toLowerCase()) + return ((Modernizr.testAllProps(test) ? test : "no-"+test).toLowerCase()) } $('html').addClass(getTestClasses(features));