idoenk / dev-kaskus-quick-reply

Automatically exported from code.google.com/p/dev-kaskus-quick-reply
2 stars 0 forks source link

www. and no www. include problem #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Ada issue dan isu kalo buka kaskus dengan atau tanpa www subdomain ( lupa pake 
apa kaga :hammer: ) KQR ga mau launch

Community Fix available :

Find:
if( !/(www|livebeta)\.kaskus\./.test(location.hostname) ){
 return outSideForumTreat();
}

Replace
if( !/(|www\.|livebeta\.)kaskus\.co(m|\.id)/.test(location.hostname) ){
 return outSideForumTreat();
}

Original issue reported on code.google.com by Sanjito....@gmail.com on 8 Nov 2012 at 11:32

GoogleCodeExporter commented 9 years ago
ok, on it. sorry for late respond.

Original comment by 1d0...@gmail.com on 10 Nov 2012 at 6:08

GoogleCodeExporter commented 9 years ago
fixed on r375; pls review/advice.

Original comment by 1d0...@gmail.com on 10 Nov 2012 at 7:15

GoogleCodeExporter commented 9 years ago
Fix tested and working.

Original comment by Sanjito....@gmail.com on 11 Nov 2012 at 4:41