mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-22 20:26:50 +00:00
draft completion
This commit is contained in:
@@ -216,5 +216,13 @@ chrome.runtime.onMessage.addListener(function(message, sender, sendResponse) {
|
||||
type: "LOGOUT",
|
||||
from: 'qortal'
|
||||
}, "*");
|
||||
}
|
||||
});
|
||||
} else if (message.type === "RESPONSE_FOR_TRADES") {
|
||||
// Notify the web page
|
||||
window.postMessage({
|
||||
type: "RESPONSE_FOR_TRADES",
|
||||
from: 'qortal',
|
||||
payload: message.message
|
||||
}, "*");
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user