Commit 4cc67fd36eb83426872353d69c5dec3389587410

Authored by Fernando Brito
Committed by gtaaas
1 parent 74e8bae7
Exists in devel

Coloca trecho javascript removido no commit anterior de volta pois Igor usava em outros lugares

Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
app/assets/javascripts/site/videos.js
... ... @@ -37,6 +37,11 @@ $(function(){
37 37 $("#url").hide();
38 38 $("#legend").hide();
39 39  
  40 + $("#link_cc").click(function(){
  41 + $("#url").show('slow');
  42 + $("#legend").hide('slow');
  43 + });
  44 +
40 45 $("#link_recognize").click(function(){
41 46 $("#url").show('slow');
42 47 $("#legend").hide('slow');
... ...