Ver código fonte

debug

master
Pascal Gloor 5 anos atrás
pai
commit
efe97233ef
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      www/js/autodoc.js

+ 1
- 0
www/js/autodoc.js Ver arquivo

@@ -52,6 +52,7 @@ function change_page() {
}

function isvisible(obj) {
console.log(obj);
var top_of_element = $(obj).offset().top;
var bottom_of_element = $(obj).offset().top + $(obj).outerHeight();
var bottom_of_screen = $(window).scrollTop() + $(window).innerHeight();

Carregando…
Cancelar
Salvar