chg: [timeline:display_threshold] Increased display threshold

pull/5526/head
mokaddem 2020-01-20 15:48:26 +01:00
parent d75de2b603
commit 60143aba44
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
2 changed files with 3 additions and 3 deletions

View File

@ -46,7 +46,7 @@ class AppController extends Controller
public $helpers = array('Utility', 'OrgImg', 'FontAwesome', 'UserName');
private $__queryVersion = '96';
private $__queryVersion = '97';
public $pyMispVersion = '2.4.120';
public $phpmin = '7.2';
public $phprec = '7.4';

View File

@ -7,8 +7,8 @@ var mapping_text_to_id = new Map();
var user_manipulation = $('#event_timeline').data('user-manipulation');
var extended_text = $('#event_timeline').data('extended') == 1 ? "extended:1/" : "";
var container_timeline = document.getElementById('event_timeline');
var hardThreshold = 50;
var softThreshold = 30;
var hardThreshold = 1000;
var softThreshold = 200;
var timeline_disabled = false;
var default_editable = {
add: false, // add new items by double tapping