Index: include.preload.js |
=================================================================== |
--- a/include.preload.js |
+++ b/include.preload.js |
@@ -20,10 +20,13 @@ |
var typeMap = { |
"img": "IMAGE", |
"input": "IMAGE", |
+ "picture": "IMAGE", |
kzar
2014/12/15 15:45:40
Are these changes relevant to the issue?
Sebastian Noack
2014/12/15 15:58:42
Yes, they are. Initially this mapping were only us
|
"audio": "MEDIA", |
"video": "MEDIA", |
"frame": "SUBDOCUMENT", |
- "iframe": "SUBDOCUMENT" |
+ "iframe": "SUBDOCUMENT", |
+ "object": "OBJECT", |
+ "embed": "OBJECT" |
}; |
function checkCollapse(element) |