Pascal Gloor il y a 5 ans
Parent
révision
3b5e0e212a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      www/js/autodoc.js

+ 1
- 1
www/js/autodoc.js Voir le fichier

@@ -190,7 +190,7 @@ $(window).bind("hashchange", function () {

function change_page() {
var args = document.location.hash.substr(1).split('_') || conf.default_hash.split('_');
var hash = anchor.shift();
var hash = args.shift();
if (!$("#autodoc_tab_" + hash).length) {
hash = conf.default_hash;

Chargement…
Annuler
Enregistrer