mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Change time tracker height
This commit is contained in:
parent
8385e20c53
commit
26990bc114
@ -39,7 +39,7 @@
|
||||
|
||||
function openTimeTracker() {
|
||||
var width = 1000;
|
||||
var height = 800;
|
||||
var height = 700;
|
||||
var left = (screen.width/2)-(width/4);
|
||||
var top = (screen.height/2)-(height/1.5);
|
||||
window.open("{{ url('/time_tracker') }}", "time-tracker", "width="+width+",height="+height+",scrollbars=no,toolbar=no,screenx="+left+",screeny="+top+",location=no,titlebar=no,directories=no,status=no,menubar=no");
|
||||
|
Loading…
x
Reference in New Issue
Block a user