mirror of
https://github.com/rstudio/shiny.git
synced 2026-01-11 07:58:11 -05:00
Compare commits
1 Commits
slider-che
...
joe/bugfix
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
75e6fbd864 |
@@ -3122,6 +3122,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
|
||||
var singletons = {
|
||||
knownSingletons: {},
|
||||
renderHtml: function renderHtml(html, el, where) {
|
||||
where = where || "replace";
|
||||
var processed = this._processHtml(html);
|
||||
this._addToHead(processed.head);
|
||||
this.register(processed.singletons);
|
||||
|
||||
File diff suppressed because one or more lines are too long
2
inst/www/shared/shiny.min.js
vendored
2
inst/www/shared/shiny.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -136,6 +136,7 @@ function renderDependency(dep) {
|
||||
var singletons = {
|
||||
knownSingletons: {},
|
||||
renderHtml: function(html, el, where) {
|
||||
where = where || "replace";
|
||||
var processed = this._processHtml(html);
|
||||
this._addToHead(processed.head);
|
||||
this.register(processed.singletons);
|
||||
|
||||
Reference in New Issue
Block a user