mirror of
https://github.com/rstudio/shiny.git
synced 2026-02-06 20:55:24 -05:00
grunt
This commit is contained in:
@@ -739,8 +739,8 @@ var ShinyApp = function() {
|
||||
});
|
||||
|
||||
addMessageHandler('user', function(message) {
|
||||
console.log(message.user);
|
||||
exports.user = message.user;
|
||||
console.log(message.userId);
|
||||
exports.user = message.userId;
|
||||
});
|
||||
// Progress reporting ====================================================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user