Change time tracker height

This commit is contained in:
Hillel Coren 2017-10-15 12:39:42 +03:00
parent 8385e20c53
commit 26990bc114

View File

@ -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");