Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 1775 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1775 Rev 2069
Línea 193... Línea 193...
193
    emojione.sprites = false;
193
    emojione.sprites = false;
194
    emojione.ascii = true;
194
    emojione.ascii = true;
195
    emojione.imagePathPNG = props.emojiOnePath;
195
    emojione.imagePathPNG = props.emojiOnePath;
196
  }, []);
196
  }, []);
Línea 197... Línea 197...
197
 
197
 
198
  return window.innerWidth > 1000 ? (
198
  return (window.innerWidth > 1000 && window.location.pathname !== '/chat') ? (
199
    <React.Fragment>
199
    <React.Fragment>
200
      <div id="drupalchat-wrapper">
200
      <div id="drupalchat-wrapper">
201
        <div id="drupalchat">
201
        <div id="drupalchat">
202
          <div className="item-list" id="chatbox_chatlist">
202
          <div className="item-list" id="chatbox_chatlist">