mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[IMP] tools: Include the devtools into the release system
This commit adds the devtools as a zip file containing both chrome and firefox versions of the extension in the release and also updates the doc to install it easily.
This commit is contained in:
committed by
Géry Debongnie
parent
ef5e4a0637
commit
1b1597c49e
@@ -28,7 +28,7 @@
|
||||
mutation.addedNodes.forEach(function (addedNode) {
|
||||
if (addedNode.tagName == "IFRAME") {
|
||||
// Ensure it is not an empty iframe element
|
||||
if(addedNode.contentDocument){
|
||||
if (addedNode.contentDocument) {
|
||||
/*
|
||||
* This message is intercepted by the content script which relays it to the background script which relays it to the devtools app.
|
||||
* This process may seem long and indirect but is necessary. This applies to all window.top.postMessage methods in this file.
|
||||
|
||||
Reference in New Issue
Block a user