diff --git a/src/js/asset-viewer.js b/src/js/asset-viewer.js index bab8d9693..032ff8d05 100644 --- a/src/js/asset-viewer.js +++ b/src/js/asset-viewer.js @@ -1,7 +1,7 @@ /******************************************************************************* uBlock Origin - a browser extension to block requests. - Copyright (C) 2014-2016 Raymond Hill + Copyright (C) 2014-2018 Raymond Hill This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -38,7 +38,7 @@ url: decodeURIComponent(matches[1]) }, function(details) { - cmEditor.setValue(details && (details.content || '')); + cmEditor.setValue(details && details.content || ''); } );