mirror of
https://github.com/fergalmoran/dss.git
synced 2025-12-31 14:08:43 +00:00
Merge branch 'master' of github.com:fergalmoran/dss
This commit is contained in:
@@ -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,
|
||||
},
|
||||
}
|
||||
|
||||
@@ -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
5873
static/js/libs/jquery.js
vendored
File diff suppressed because it is too large
Load Diff
7
static/js/libs/jquery.min.js
vendored
7
static/js/libs/jquery.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user