Skip to content

Commit

Permalink
Dev : fixed labels.js for multilingue
Browse files Browse the repository at this point in the history
  • Loading branch information
louis committed Oct 5, 2015
1 parent d395858 commit 766ce7a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/admin/labels.js
Expand Up @@ -81,10 +81,7 @@ $(document).ready(function(){
dataToSend['langs'].push(div_language);
});

// This is probably not working...
//$("tbody>tr",$("#tabs>form>div:first")).each(function(trindex,trelement){

$(".labelDatas").each(function(trindex,trelement){
$(".tab-content div:first .labelDatas").each(function(trindex,trelement){

var tr_code = $(trelement).attr('id');
tr_code=tr_code.split('_');// first is row, second langage and last the row number
Expand Down

0 comments on commit 766ce7a

Please sign in to comment.