diff --git a/www/common/realtime-input.js b/www/common/realtime-input.js index d39bae228..9bc3ebc62 100644 --- a/www/common/realtime-input.js +++ b/www/common/realtime-input.js @@ -14,6 +14,7 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ +window.Reflect = { has: (x,y) => { return (y in x); } }; define([ '/common/messages.js', '/common/netflux.js',