mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
spelling correction
This commit is contained in:
parent
711c106314
commit
2439b4feb8
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user