Skip to content
Snippets Groups Projects
Commit fc0c3b51 authored by Vasili Gulevich's avatar Vasili Gulevich
Browse files

Merge branch 'master' of gitlab.paragon-es.de:toggl-button/core into 2-linkToGithub

parents b0cf60d5 13fe6b6a
No related branches found
No related tags found
1 merge request!4A link to the origin from timer entry
......@@ -2,7 +2,7 @@
* JavaScript Library for Toggl-Button for GreaseMonkey
*
* (c) Jürgen Haas, PARAGON Executive Services GmbH
* Version: 1.8
* Version: 1.9
*
* @see https://gitlab.paragon-es.de/toggl-button/core
*------------------------------------------------------------------------
......@@ -245,7 +245,8 @@ function TogglButtonGM(selector, renderer) {
$projectId = null,
$projectSelected = false,
$projectSelectElem = null,
$stopCallback = null;
$stopCallback = null,
$tags = params.tags || [];
this.checkCurrentLinkStatus = function (data) {
var started, updateRequired = false;
......@@ -427,6 +428,7 @@ function TogglButtonGM(selector, renderer) {
pid: timeEntry.$projectId || null,
billable: timeEntry.billable || false,
duration: -(start.getTime() / 1000),
tags: $tags,
created_with: timeEntry.createdWith || 'TogglButtonGM'
}
}),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment