Comment 1 for bug 1377493

Revision history for this message
ԜаӀtеr Ⅼарсһуnѕkі (wxl) wrote : Re: [Bug 1377493] [NEW] me too js action fails in Android Chrome Beta

from what i can tell the offending code starts on line 392:

      <script type="text/javascript">
          LPJS.use('event', 'lp.bugs.bugtask_index', function(Y) {
              Y.on('domready', function(e) {
                  Y.lp.bugs.bugtask_index.setup_me_too(
                      true,
                      1);
              }, window);
          });
          </script>