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

View file

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