From f4ccad1dc12489197c1b64f685327cc1e647bb48 Mon Sep 17 00:00:00 2001 From: Atef Ben Ali Date: Sun, 19 Mar 2017 11:14:05 +0100 Subject: [PATCH] format thr code --- background.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/background.js b/background.js index f4dab34..4fb4e09 100644 --- a/background.js +++ b/background.js @@ -1,16 +1,11 @@ - - // Called when the user clicks on the browser action. chrome.browserAction.onClicked.addListener(function(tab) { // No tabs or host permissions needed! - chrome.tabs.executeScript({ file: 'jquery.js', }); chrome.tabs.executeScript({ file: 'myscript.js', - }); - - + }); });