Change time tracker height
This commit is contained in:
parent
8385e20c53
commit
26990bc114
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue