modified : player icon conflict removed

This commit is contained in:
Fahad Abbas 2016-05-17 12:45:58 +05:00
parent da65507318
commit 8d488f1f09
2 changed files with 2 additions and 6 deletions

View file

@ -9,11 +9,8 @@
{/if}
{/if}
<!-- End -->
{if $development_mode}
<link rel="stylesheet" href="{$cb_vjs_player_url}/css/video-js.css" />
{else}
<link rel="stylesheet" href="{$cb_vjs_player_url}/css/video-js.min.css" />
{/if}
<link rel="stylesheet" href="{$cb_vjs_player_url}/css/video-js.min.css">
<link href="{$cb_vjs_player_url}/css/cb_vjs_plugin.css" rel="stylesheet">
<link href="{$cb_vjs_player_url}/css/videojs.ads.css" rel="stylesheet">
<link href="{$cb_vjs_player_url}/css/videojs.ima.css" rel="stylesheet">

File diff suppressed because one or more lines are too long