/[pub]/test/html-webhacc/cc-script.js
Suika

Diff of /test/html-webhacc/cc-script.js

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by wakaba, Fri Aug 15 16:44:03 2008 UTC revision 1.10 by wakaba, Sat Aug 16 07:42:20 2008 UTC
# Line 137  function showTab (id) { Line 137  function showTab (id) {
137      ids = ['source-string'];      ids = ['source-string'];
138    } else if (id.match (/^node-/)) {    } else if (id.match (/^node-/)) {
139      ids = ['document-tree'];      ids = ['document-tree'];
140      } else if (id.match (/^index-/)) {
141        ids = ['document-structure'];
142    } else if (id.match (/^subdoc-[^-]+-/)) {    } else if (id.match (/^subdoc-[^-]+-/)) {
143      var m;      var m;
144      ids = [''];      ids = [''];
# Line 153  function showTab (id) { Line 155  function showTab (id) {
155          ids.push (ids[ids.length - 1] + 'source-string');          ids.push (ids[ids.length - 1] + 'source-string');
156        } else if (id.match (/^node-/)) {        } else if (id.match (/^node-/)) {
157          ids.push (ids[ids.length - 1] + 'document-tree');          ids.push (ids[ids.length - 1] + 'document-tree');
158          } else if (id.match (/^index-/)) {
159            ids.push (ids[ids.length - 1] + 'document-structure');
160        } else {        } else {
161          ids.push (ids[ids.length - 1] + id);          ids.push (ids[ids.length - 1] + id);
162        }        }

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24