This commit is contained in:
Vanessa
2015-06-19 12:55:47 +08:00
parent eb60e34d8d
commit e5cba22736
23 changed files with 22 additions and 125 deletions

1
mobile/js/l10n.min.js vendored Normal file
View File

@@ -0,0 +1 @@
function convertEntities(t){var e,n;if(e=function(t){if(/&[^;]+;/.test(t)){var e=document.createElement("div");return e.innerHTML=t,e.firstChild?e.firstChild.nodeValue:t}return t},"string"==typeof t)return e(t);if("object"==typeof t)for(n in t)"string"==typeof t[n]&&(t[n]=e(t[n]));return t}