Browse Source

typo

master
Pascal Gloor 5 years ago
parent
commit
3b5e0e212a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      www/js/autodoc.js

+ 1
- 1
www/js/autodoc.js View File



function change_page() { function change_page() {
var args = document.location.hash.substr(1).split('_') || conf.default_hash.split('_'); 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) { if (!$("#autodoc_tab_" + hash).length) {
hash = conf.default_hash; hash = conf.default_hash;

Loading…
Cancel
Save