From a41cc90f3c401d08cf75a693a0698320b61b8d99 Mon Sep 17 00:00:00 2001 From: Einar Egilsson Date: Mon, 21 Sep 2015 15:08:59 +0000 Subject: Almost fully working Firefox --- js/popup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/popup.js') diff --git a/js/popup.js b/js/popup.js index 1e9d353..5305f13 100644 --- a/js/popup.js +++ b/js/popup.js @@ -27,7 +27,7 @@ angular.module('popupApp', []).controller('PopupCtrl', ['$scope', function($s) { close(); }); } else { - open(url); + chrome.tabs.create({url:url, active:true}); } }); }; -- cgit v1.2.3