summaryrefslogtreecommitdiff
path: root/www/js/importer.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/importer.js')
-rw-r--r--www/js/importer.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/js/importer.js b/www/js/importer.js
index f2c3db3..c17c953 100644
--- a/www/js/importer.js
+++ b/www/js/importer.js
@@ -31,7 +31,7 @@ Rivendell.Importer = function() {
};
Rivendell.Importer.prototype.resetModal = function() {
- $('div.modal-header h3', this.$el).text("Datei auswählen...");
+ $('div.modal-header h4', this.$el).text("Datei auswählen...");
$('.modal-body', this.$el).css("background-image", "url('/img/dz-backdrop.png')");
$('#uploadModal-confirm', this.$el).attr('disabled','disabled').off('click');
};
@@ -79,7 +79,7 @@ Rivendell.Importer.prototype.importFileAdded = function(dropzone, file, group, g
});*/
$('div.modal-body', this.$el).css("background-image", "url('/img/audio_file.png')");
- $('div.modal-header h3', this.$el).text(file.name);
+ $('div.modal-header h4', this.$el).text(file.name);
var self = this;
$('#uploadModal-confirm', this.$el).off('click').on('click', function() {