Jump to content

[Bug 4.7.7] Unreachable code after return statement in root_front.js


Go to solution Solved by Stuart Silvester,

Recommended Posts

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;
      }

 

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...