Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
typcn committed Apr 10, 2015
1 parent 673b1eb commit cf40eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bilibili/ViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ - (void)checkForUpdates

- (void)showPlayGUI
{
[webView stringByEvaluatingJavaScriptFromString:[NSString stringWithFormat:@"$('#bofqi').html('%@');$('#bofqi').html('%@');$('head').append('<style>%@</style>');",WebUI,WebCSS]];
[webView stringByEvaluatingJavaScriptFromString:[NSString stringWithFormat:@"$('#bofqi').html('%@');$('head').append('<style>%@</style>');",WebUI,WebCSS]];
}

- (void)playVideoByCID:(NSString *)cid
Expand Down

0 comments on commit cf40eba

Please sign in to comment.