Skip to content
This repository has been archived by the owner on Oct 2, 2018. It is now read-only.

Commit

Permalink
Update Bugsense Vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Smith committed Jun 12, 2014
1 parent 80c25de commit 3720c48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/firetext.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var deviceType, fileChanged, saveTimeout, saving, urls, version = '0.3.2.1';
var bold, boldCheckbox, italic, italicCheckbox, justifySelect, strikethrough, strikethroughCheckbox;
var underline, underlineCheckbox;
var locationLegend, locationSelect, locationDevice, locationDropbox;
var bugsense;
var bugsense, bugsenseKey = '';

// Lists
var welcomeDocsList, welcomeDeviceArea, welcomeDeviceList, openDialogDeviceArea, openDialogDeviceList;
Expand Down Expand Up @@ -237,7 +237,7 @@ function updateAddDialog() {
------------------------*/
function bugsenseInit() {
if (firetext.settings.get('stats.enabled') != 'false') {
bugsense = new Bugsense({ appversion: '0.3.2.1', apiKey: '' });
bugsense = new Bugsense({ appversion: version, apiKey: bugsenseKey });
} else {
bugsense = null;
}
Expand Down

0 comments on commit 3720c48

Please sign in to comment.