spelling correction

This commit is contained in:
Richard Worth 2008-06-09 07:11:42 +00:00
parent 711c106314
commit 2439b4feb8

View File

@ -165,7 +165,7 @@ var loadDemo = function(comp) {
$('#containerDemo').html("<img src='images/ajax-loader.gif'>");
$("#containerDemo").ajaxError(function(request, settings){
$(this).html("Ops, there is no template file for this component.");
$(this).html("Oops, there is no template file for this component.");
});
$.get('templates/'+comp+'.html', function(data) {