Skip to content

Commit

Permalink
fix an alert
Browse files Browse the repository at this point in the history
  • Loading branch information
octatone committed Aug 19, 2012
1 parent 8f78b2f commit 7fac21c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<link rel="alternate stylesheet" href="css/theme_dark.css" type="text/css" />
<link rel="stylesheet" href="css/theme_light.css" type="text/css" id="theme" />

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js" type="text/javascript"></script>
<script src="js/jquery.escapify.js" type="text/javascript"></script>
<script src="js/jstorage.min.js" type="text/javascript"></script>
<script src="js/jquery.scrollTo-1.4.2-min.js" type="text/javascript"></script>
Expand Down
2 changes: 1 addition & 1 deletion js/tv.js
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ function loadChannel(channel, video_id) {
$video_embed.removeClass('loading');
}else{
$video_embed.removeClass('loading');
alert('No videos found in '+Globals.channels[this_chan].feed.slice(0,-5));
alert('No videos found in '+Globals.channels[this_chan].channel);
}
},
error: function(jXHR, textStatus, errorThrown) {
Expand Down

0 comments on commit 7fac21c

Please sign in to comment.