Pascal Gloor 6 лет назад
Родитель
Сommit
3b5e0e212a
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      www/js/autodoc.js

+ 1
- 1
www/js/autodoc.js Просмотреть файл



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;

Загрузка…
Отмена
Сохранить