Pascal Gloor před 5 roky
rodič
revize
3b5e0e212a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      www/js/autodoc.js

+ 1
- 1
www/js/autodoc.js Zobrazit soubor

@@ -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;

Načítá se…
Zrušit
Uložit