Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9ec6627a authored by Pierre-Alain Bandinelli's avatar Pierre-Alain Bandinelli
Browse files

Fixing small glitch with 5 pixels of white space

parent 3fc5e857
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
$(function (window, document) {

	var
		buffer = 5,
		buffer = 0, //was 5 but this was creating a white space of 5px at the bottom of the page
		ifr = document.getElementById('rliframe')
	;