mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-29 03:00:45 -04:00
Remove bookmarkOutput; add saveStateModal and encodeStateModal
This commit is contained in:
@@ -7,15 +7,6 @@ function escapeHTML(str) {
|
||||
.replace(/\//g,"/");
|
||||
}
|
||||
|
||||
function unescapeHTML(str) {
|
||||
return str.replace(/&/g, "&")
|
||||
.replace(/</g, "<")
|
||||
.replace(/>/g, ">")
|
||||
.replace(/"/g, '"')
|
||||
.replace(/'/g, "'")
|
||||
.replace(///g, "\/");
|
||||
}
|
||||
|
||||
function randomId() {
|
||||
return Math.floor(0x100000000 + (Math.random() * 0xF00000000)).toString(16);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user