Front IDILL: V00.11
authorbastiena
Thu, 20 Sep 2012 12:59:30 +0200
changeset 101 af33e06d06b9
parent 100 db42ef1faa7a
child 102 f50eebec2409
child 106 62bfe94d7738
Front IDILL: help details page number set to 0 when leave help
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;
     });
 }