nightly commit
This commit is contained in:
@@ -39,4 +39,8 @@ function SetApiToken(value) {
|
||||
|
||||
function LineBreaker2Br(strl) {
|
||||
return $('<div>').text(strl).html().replace(/\n/g,'<br />');
|
||||
}
|
||||
|
||||
function IsUndefinedOrEmpty(data) {
|
||||
return (typeof(data) == 'undefined' || data == "");
|
||||
}
|
||||
Reference in New Issue
Block a user