]> source.dussan.org Git - nextcloud-server.git/commitdiff
Remove test error :P
authorThomas Tanghus <thomas@tanghus.net>
Wed, 11 Sep 2013 19:11:35 +0000 (21:11 +0200)
committerThomas Tanghus <thomas@tanghus.net>
Wed, 11 Sep 2013 19:11:35 +0000 (21:11 +0200)
core/js/oc-dialogs.js

index a3516f866d1d3ed7a9bccf22564312b3c20ef34b..26173ffeb698e5848d1ee2a09fec64e456abf3fa 100644 (file)
@@ -243,7 +243,7 @@ var OCdialogs = {
                var defer = $.Deferred();
                if(!this.$messageTemplate) {
                        var self = this;
-                       $.get(OC.filePath('core', 'templates', 'message.htm'), function(tmpl) {
+                       $.get(OC.filePath('core', 'templates', 'message.html'), function(tmpl) {
                                self.$messageTemplate = $(tmpl);
                                defer.resolve(self.$messageTemplate);
                        })