Merge pull request #458 from coreos-inc/fixldn
LDN directory needs to be absolute to the domain, not relative.
This commit is contained in:
commit
68fe537b08
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import urllib2
|
||||||
import re
|
import re
|
||||||
import os
|
import os
|
||||||
|
|
||||||
LOCAL_DIRECTORY = 'static/ldn/'
|
LOCAL_DIRECTORY = '/static/ldn/'
|
||||||
|
|
||||||
EXTERNAL_JS = [
|
EXTERNAL_JS = [
|
||||||
'code.jquery.com/jquery.js',
|
'code.jquery.com/jquery.js',
|
||||||
|
|
Reference in a new issue