From 6fc6ba99f3d37d601b64a9f5a0c5f69761571479 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sat, 14 Feb 2015 16:49:08 -0600 Subject: [PATCH] Fixing symlink to jquery.js in post-bower universe This commit sponsored by Alexander Slovesnik. Thanks! --- mediagoblin/static/js/extlib/jquery.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mediagoblin/static/js/extlib/jquery.js b/mediagoblin/static/js/extlib/jquery.js index d78f5cc3..8c711f27 120000 --- a/mediagoblin/static/js/extlib/jquery.js +++ b/mediagoblin/static/js/extlib/jquery.js @@ -1 +1 @@ -../../../../extlib/jquery/jquery.js \ No newline at end of file +../../../../extlib/jquery/dist/jquery.js \ No newline at end of file -- 2.25.1