Jump to content

Featured Replies

Posted

Firefox console reports some unreachable code after return statement in root_front.js

Around line 2221 when unminified, line 141 in minified version:

_updateAttachmentImage: function (attachment, response) {
      return;
      if (!(attachment.is('img'))) {
        return;
      }

 

Solved by Stuart Silvester

Go to solution

Recently Browsing 0

  • No registered users viewing this page.