mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-26 23:39:11 -05:00
Fix path to non-CDN jQuery.
This commit is contained in:
@@ -162,7 +162,7 @@ class LocalizedModule(Module):
|
||||
|
||||
class JQuery(Module):
|
||||
def __init__(self, cdn_src=None):
|
||||
Module.__init__(self, "jquery.js")
|
||||
Module.__init__(self, os.path.join("js", "lib", "jquery.js"))
|
||||
self.cdn_src = cdn_src or "http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery"
|
||||
|
||||
def build(self, closure):
|
||||
|
||||
1
r2/r2/public/static/jquery.js
vendored
1
r2/r2/public/static/jquery.js
vendored
@@ -1 +0,0 @@
|
||||
js/lib/jquery.js
|
||||
Reference in New Issue
Block a user