Skip to content

Commit 19b8df3

Browse files
Force to reload parameter addec to changePageByLink
1 parent c6b1174 commit 19b8df3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appManager/mains/App.as

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@
7878
ME.dispatchEvent(new AppEventContent(link,false,forceToRefreshPage));
7979
}
8080

81-
public static function changePageByLink(pageLink:LinkData):void
81+
public static function changePageByLink(pageLink:LinkData,forceToReload:Boolean=false):void
8282
{
83-
ME.dispatchEvent(new AppEventContent(pageLink));
83+
ME.dispatchEvent(new AppEventContent(pageLink,false,forceToReload));
8484
}
8585

8686
//replaced with TitleManager.ME

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy