Skip to content

Commit

Permalink
Change video tab to 3d tab on torrent section
Browse files Browse the repository at this point in the history
  • Loading branch information
FlixtorMe committed Aug 20, 2014
1 parent 205eb43 commit 0d38a1f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frames/torrents.html
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@
<a class="sectionSeries" onclick="changeCategory('series');"></a>
</li>
<li id="linkVideos">
<a class="sectionVideos" onclick="changeCategory('videos');"></a>
<a class="section3D" onclick="changeCategory('videos');"></a>
</li>
</ul>

Expand Down
3 changes: 3 additions & 0 deletions js/translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,9 @@ var Translations = function () {
var sectionVideos = i18n.__('Videos');
$('.sectionVideos').append(sectionVideos);

var section3D = i18n.__('3D');
$('.section3D').append(section3D);

var playerErrorTitle = i18n.__('An error has occured');
$('.playerErrorTitle').append(playerErrorTitle);

Expand Down
3 changes: 2 additions & 1 deletion locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,6 @@
"Random": "Random",
"Cut": "Cut",
"Copy": "Copy",
"Paste": "Paste"
"Paste": "Paste",
"3D": "3D"
}

0 comments on commit 0d38a1f

Please sign in to comment.