From: Christopher Allan Webber Date: Sat, 14 Feb 2015 22:49:08 +0000 (-0600) Subject: Fixing symlink to jquery.js in post-bower universe X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=6fc6ba99f3d37d601b64a9f5a0c5f69761571479;p=mediagoblin.git Fixing symlink to jquery.js in post-bower universe This commit sponsored by Alexander Slovesnik. Thanks! --- 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