# HG changeset patch # User bastiena # Date 1348138770 -7200 # Node ID af33e06d06b9a2ef666d88da036530a3acb04348 # Parent db42ef1faa7aac236ba5c04865e12264a0d26ade Front IDILL: help details page number set to 0 when leave help diff -r db42ef1faa7a -r af33e06d06b9 front_idill/src/mosaic/js/notifications.js --- a/front_idill/src/mosaic/js/notifications.js Thu Sep 20 04:12:52 2012 +0200 +++ b/front_idill/src/mosaic/js/notifications.js Thu Sep 20 12:59:30 2012 +0200 @@ -520,6 +520,8 @@ _this.helpDisplayed = false; _this.canNotifyHelp = true; $('#notify_help').remove(); + //On réinitialise la page. + _this.helpDetailsPageNumber = 0; }); }