Commit f287b384 authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

remise en place du scroll sur #scrollFocus

parent 789641ab
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -31,6 +31,11 @@ class Max {
      if($("#bas_de_page .footnote").length > 0)
        $("#bas_de_page").show();
    }

    if($("#scrollfocus").length == 1){
       this.scrollToID("scrollfocus")
    }

  }
  getProjectID(){
    return this.projectID;