[BS5] add whats new modal after update
This commit is contained in:
3
data/web/js/build/013-markdown-it.min.js
vendored
Normal file
3
data/web/js/build/013-markdown-it.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@@ -346,6 +346,6 @@ $(document).ready(function() {
|
||||
});
|
||||
|
||||
|
||||
// http://stackoverflow.com/questions/24816/escaping-html-strings-with-jquery
|
||||
// https://stackoverflow.com/questions/24816/escaping-html-strings-with-jquery
|
||||
function escapeHtml(n){var entityMap={"&":"&","<":"<",">":">",'"':""","'":"'","/":"/","`":"`","=":"="}; return String(n).replace(/[&<>"'`=\/]/g,function(n){return entityMap[n]})}
|
||||
function unescapeHtml(t){var n={"&":"&","<":"<",">":">",""":'"',"'":"'","/":"/","`":"`","=":"="};return String(t).replace(/&|<|>|"|'|/|`|=/g,function(t){return n[t]})}
|
||||
|
Reference in New Issue
Block a user