From a16475c1ad01e95e311723ee7a234af65a3d9091 Mon Sep 17 00:00:00 2001 From: Julien Melissas Date: Sat, 9 May 2015 15:24:16 -0400 Subject: [PATCH] Removed jQuery CDN info. [ci-skip] Now that the CDN option is in soil, there's no need for this information to be in the file (and it was outdated). --- assets/scripts/main.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/assets/scripts/main.js b/assets/scripts/main.js index 95502eb..53062de 100644 --- a/assets/scripts/main.js +++ b/assets/scripts/main.js @@ -8,10 +8,6 @@ * .noConflict() * The routing is enclosed within an anonymous function so that you can * always reference jQuery with $, even when in .noConflict() mode. - * - * Google CDN, Latest jQuery - * To use the default WordPress version of jQuery, go to lib/config.php and - * remove or comment out: add_theme_support('jquery-cdn'); * ======================================================================== */ (function($) {