Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit 8a315b0

Browse files
authored
Merge branch 'master' into mohammad/webpack
2 parents 75efe56 + 620c258 commit 8a315b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/javascript/binary/base/page.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ Client.prototype = {
284284
page.contents.activate_by_login();
285285
},
286286
check_tnc: function() {
287-
if (/user\/tnc_approvalws/.test(window.location.href)) return;
287+
if (/user\/tnc_approvalws/.test(window.location.href) || /terms\-and\-conditions/.test(window.location.href)) return;
288288
if(!page.client.is_virtual() && new RegExp(page.client.loginid).test(sessionStorage.getItem('check_tnc'))) {
289289
var client_tnc_status = this.get_storage_value('tnc_status'),
290290
website_tnc_version = LocalStore.get('website.tnc_version');

0 commit comments

Comments
 (0)