mirror of
https://bitbucket.org/skobkin/chrome_point_plus.git
synced 2024-11-23 18:56:04 +00:00
Shit-like code style mostly dropped out.
This commit is contained in:
parent
dcf7346078
commit
282314d9d6
|
@ -508,7 +508,9 @@ $(document).ready(function () {
|
|||
});
|
||||
|
||||
// Showing page action
|
||||
chrome.extension.sendMessage({type: 'showPageAction'});
|
||||
chrome.extension.sendMessage({
|
||||
type: 'showPageAction'
|
||||
});
|
||||
});
|
||||
|
||||
function escapeHtml(text) {
|
||||
|
|
Loading…
Reference in a new issue