Merge branch 'master' of github.com:fergalmoran/dss

This commit is contained in:
fergalmoran
2013-03-11 12:50:12 +00:00
4 changed files with 3023 additions and 2864 deletions

View File

@@ -22,7 +22,7 @@ LOGGING = {
'formatter': 'simple'
},
'file': {
'level': 'DEBUG',
'level': 'ERROR',
'class': 'logging.FileHandler',
'filename': LOG_FILE,
'formatter': 'simple'
@@ -36,7 +36,7 @@ LOGGING = {
},
'core': {
'handlers': ['file', 'console'],
'level': 'DEBUG',
'level': 'ERROR',
'propagate': True,
},
}

View File

@@ -113,8 +113,7 @@ com.podnoms.utils = {
}
},
downloadURL: function downloadURL(url) {
var iframe;
iframe = document.getElementById("hiddenDownloader");
var iframe = document.getElementById("hiddenDownloader");
if (iframe === null) {
iframe = document.createElement('iframe');
iframe.id = "hiddenDownloader";

5873
static/js/libs/jquery.js vendored

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long