Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
change quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
blopa committed Dec 25, 2017
1 parent d91fa17 commit f6e90b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@
function OpenChatInNewTab() {
var screenwidth = screen.width;
var screenheight = window.innerHeight;
window.open('<?php echo $fbChatUrl; ?>', '_blank', "directories=no,titlebar=no,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=500,height=" + screenheight + ",left=" + (screenwidth - 500));
window.open('<?php echo $fbChatUrl; ?>', '_blank', 'directories=no,titlebar=no,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=500,height=' + screenheight + ',left=' + (screenwidth - 500));
}
</script>

0 comments on commit f6e90b1

Please sign in to comment.