Commit c02e9564231e960fe34c06ac42350c69d201bf7f

Authored by Fernando Brito
Committed by gtaaas
1 parent fb58c655
Exists in master and in 1 other branch devel

Retira caminho absoluto do SLibras

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/assets/javascripts/site/slibras.js
... ... @@ -90,7 +90,7 @@ $(document).ready( function () {
90 90 msg[key].titles = document.getElementById('titles' + key).innerHTML;
91 91 array.push(msg[key].titles)
92 92 }
93   - window.location.href ="http://localhost:3000/slibras/write?payload="+array+"&subtitle="+encode(sub);
  93 + window.location.href ="/slibras/write?payload="+array+"&subtitle="+encode(sub);
94 94 });
95 95  
96 96 });
... ...