Shit-like code style mostly dropped out.

This commit is contained in:
Alexey Skobkin 2014-11-23 13:10:35 +04:00
parent dcf7346078
commit 282314d9d6
1 changed files with 64 additions and 62 deletions

View File

@ -508,7 +508,9 @@ $(document).ready(function () {
});
// Showing page action
chrome.extension.sendMessage({type: 'showPageAction'});
chrome.extension.sendMessage({
type: 'showPageAction'
});
});
function escapeHtml(text) {