From b4c679592ce59c991646cf0aeaf116d22c5f03d6 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Thu, 12 Nov 2015 18:17:51 +0100 Subject: [PATCH] Version 1.4 --- drupal.user.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drupal.user.js b/drupal.user.js index c4186be..8fb7f64 100644 --- a/drupal.user.js +++ b/drupal.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name Toggl-Button Drupal -// @namespace https://github.com/jurgenhaas/toggl-button-greasemonkey -// @version 1.3 +// @namespace https://gitlab.paragon-es.de/toggl-button/drupal +// @version 1.4 // @include https://www.drupal.org/node/* // @include https://www.drupal.org/project/issues/* // @include https://www.drupal.org/project/user @@ -15,8 +15,8 @@ // @grant GM_setValue // @grant GM_info // @grant GM_registerMenuCommand -// @require https://greasyfork.org/scripts/2670-toggllibrary/code/TogglLibrary.js -// @resource togglStyle https://raw.githubusercontent.com/jurgenhaas/toggl-button-greasemonkey/v1.3/TogglLibrary.css +// @require https://gitlab.paragon-es.de/toggl-button/core/raw/v1.4/TogglLibrary.js +// @resource togglStyle https://gitlab.paragon-es.de/toggl-button/core/raw/v1.4/TogglLibrary.css // @description Toggle button for Drupal issue queues // ==/UserScript== -- GitLab