mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 09:17:59 +01:00
More of the same.
This commit is contained in:
@@ -71,17 +71,17 @@ liberator.util = { //{{{
|
||||
|
||||
var str = arg.toString();
|
||||
if (typeof str == "string") // can be "undefined"
|
||||
return liberator.util.escapeHTML(str);
|
||||
return <>{str}</>;
|
||||
else
|
||||
return "undefined";
|
||||
}
|
||||
}
|
||||
catch (e)
|
||||
{
|
||||
return "<unknown>";
|
||||
return <><![CDATA[<unknown>]]></>;
|
||||
}
|
||||
|
||||
return "<unknown type>";
|
||||
return <><![CDATA[<unknown type>]]></>;
|
||||
},
|
||||
|
||||
copyToClipboard: function (str, verbose)
|
||||
|
||||
Reference in New Issue
Block a user