mirror of
https://github.com/rstudio/shiny.git
synced 2026-01-11 07:58:11 -05:00
Compare commits
1 Commits
barbara/ht
...
joe/bugfix
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
305652f907 |
@@ -619,7 +619,7 @@ var ShinyApp = function() {
|
||||
|
||||
$.extend(initialInput, {
|
||||
// IE8 and IE9 have some limitations with data URIs
|
||||
".clientdata_allowDataUriScheme": typeof WebSocket !== 'undefined'
|
||||
".clientdata_allowDataUriScheme": typeof WebSocket !== 'undefined' && !/BlackBerry/.test(window.navigator.userAgent)
|
||||
});
|
||||
|
||||
this.$socket = this.createSocket();
|
||||
|
||||
File diff suppressed because one or more lines are too long
4
inst/www/shared/shiny.min.js
vendored
4
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
@@ -27,7 +27,7 @@ var ShinyApp = function() {
|
||||
|
||||
$.extend(initialInput, {
|
||||
// IE8 and IE9 have some limitations with data URIs
|
||||
".clientdata_allowDataUriScheme": typeof WebSocket !== 'undefined'
|
||||
".clientdata_allowDataUriScheme": typeof WebSocket !== 'undefined' && !/BlackBerry/.test(window.navigator.userAgent)
|
||||
});
|
||||
|
||||
this.$socket = this.createSocket();
|
||||
|
||||
Reference in New Issue
Block a user