Index: include.preload.js |
=================================================================== |
--- a/include.preload.js |
+++ b/include.preload.js |
@@ -81,7 +81,7 @@ |
var type = typeMap[tag]; |
chrome.extension.sendRequest({reqtype: "should-collapse", url: url, documentUrl: document.URL, type: type}, function(response) |
{ |
- if (response && target.parentNode) |
+ if (response === true && target.parentNode) |
{ |
// <frame> cannot be removed, doing that will mess up the frameset |
if (tag == "frame") |