mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-10 11:33:17 +00:00
Fix #1366 Can not edit fields in IE7
This commit is contained in:

committed by
Romain Neutron

parent
9d8415474b
commit
eb8eb4f06a
@@ -213,7 +213,9 @@ define([
|
||||
$('.lng-label', this.$el).removeClass("select");
|
||||
curLabel.closest(".lng-label").addClass("select");
|
||||
$('.input-label', this.$el).hide();
|
||||
$(curLabel.attr('href'), this.$el).show();
|
||||
var href = curLabel.attr('href');
|
||||
|
||||
$("#" + href.split("#").pop(), this.$el).show();
|
||||
}
|
||||
}));
|
||||
|
||||
|
Reference in New Issue
Block a user