summaryrefslogtreecommitdiff
path: root/www/js/musicgrid.js
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-02-05 06:07:12 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-02-05 06:07:12 (GMT)
commit58d574f5a77264a2052006964b8ba2c3116a46a3 (patch)
tree839b0fe336045ab7790b58ac198f2fd5bbfa62a3 /www/js/musicgrid.js
parented2534651cd10fa810ab921491a6653888bd1285 (diff)
some fixes for uploadmodal - still not working...
Diffstat (limited to 'www/js/musicgrid.js')
-rw-r--r--www/js/musicgrid.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/musicgrid.js b/www/js/musicgrid.js
index e751b6c..2a5a742 100644
--- a/www/js/musicgrid.js
+++ b/www/js/musicgrid.js
@@ -105,7 +105,7 @@ Rivendell.MusicpoolModal.prototype.selectClock = function(dow, hour, clockName)
var $modalHeader = $('#musicpoolModal .modal-header');
var $modalBody = $('#musicpoolModal .modal-body');
- $('h3', $modalHeader).html('Musikpool auswählen für Tag: ' + dow + ' Stunde: ' + hour + '.');
+ $('h4', $modalHeader).html('Musikpool auswählen für Tag: ' + dow + ' Stunde: ' + hour + '.');
$('tbody', $modalBody).html('');