enhance push front

This commit is contained in:
Nicolas Le Goff
2012-03-06 18:34:30 +01:00
parent 1445d624aa
commit cac45f65d3
4 changed files with 27 additions and 6 deletions

View File

@@ -683,7 +683,7 @@
buttons[language.valider] = function() {
var callbackOK = function () {
$('a.list_refresh', $container).trigger('click');
$('#ListManager .lists a.list_refresh', $container).trigger('click');
p4.Dialog.get(2).Close();
};