[Lazarus] Website/Mantis back online
Martin Frb
lazarus at mfriebe.de
Thu Apr 25 11:52:10 CEST 2019
On 25/04/2019 08:55, Péter Gábor via lazarus wrote:
>
> In the old version the issues reported by me were on the top-right.
> Now those are on the bottom-left and the page must be scrolled to see
> the list.
Interesting, I tested in different browsers, and always get
assigned | reported by me
unassigned | resolved
recent | monitored
But if you have greasemonkey, and assuming "assigned" is your top left,
then this will help
// ==UserScript==
// @name mantis
// @version 1
// @grant none
// @include https://bugs.freepascal.org/*
// @include http://bugs.freepascal.org/*
// @require
https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js
// ==/UserScript==
$("#reported").insertBefore($("#assigned"));
More information about the lazarus
mailing list