v1.0 RC2
- logo planeum - status in news - email in options
This commit is contained in:
@@ -31,7 +31,7 @@ databap.pageInit = function()
|
||||
|
||||
//user history
|
||||
$UserHistory = databap.getMainElem('#user_history');
|
||||
if(typeof profile.history != 'undefined')
|
||||
if(profile.history!= null && typeof profile.history != 'undefined')
|
||||
{
|
||||
$.each
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user