[WRTJS][vd][bugfix] change url compare code. 42/216442/7
authorYONGMAN SON <yman.son@samsung.com>
Fri, 25 Oct 2019 02:24:26 +0000 (11:24 +0900)
committerYONGMAN SON <yman.son@samsung.com>
Thu, 31 Oct 2019 04:37:10 +0000 (13:37 +0900)
commiteca8e674ee9f53f64f905df1a751430e01b8c0cc
treee71fd8934de536f2c2fc6a3b4af06f2babebbba4
parente2ffe802b48f3465572d60ba3b6337409d758ea8
[WRTJS][vd][bugfix] change url compare code.
kona : DF191021-00235

If the page url doesn't change, don't need to reload.
But it's being reloaded by a bug.

src = http://d2ehepluhe2jv7.cloudfront.net
_this.webApplication.mainWindow.getURL() = http://d2ehepluhe2jv7.cloudfront.net/#/
(Compare the loaded url with the url to be loaded.
 Some special characters make the url different.)

Change-Id: I18947c0d7641d395ae5797c3c85890424871e1e8
Signed-off-by: YONGMAN SON <yman.son@samsung.com>
wrt_app/src/runtime.js [changed mode: 0755->0644]