We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6b1174 commit 19b8df3Copy full SHA for 19b8df3
appManager/mains/App.as
@@ -78,9 +78,9 @@
78
ME.dispatchEvent(new AppEventContent(link,false,forceToRefreshPage));
79
}
80
81
- public static function changePageByLink(pageLink:LinkData):void
+ public static function changePageByLink(pageLink:LinkData,forceToReload:Boolean=false):void
82
{
83
- ME.dispatchEvent(new AppEventContent(pageLink));
+ ME.dispatchEvent(new AppEventContent(pageLink,false,forceToReload));
84
85
86
//replaced with TitleManager.ME
0 commit comments