aboutsummaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2022-01-09 20:44:30 +0000
committerMario <mario@mariovavti.com>2022-01-09 20:44:30 +0000
commit5b50454b4de665a93d95ce368929ae924e3cfc46 (patch)
tree05201b1983fa27be86f354a1fc183d157c9b3ead /library
parentb5e4c08fc531cfe057f6ebaa0852b4e89336a181 (diff)
downloadvolse-hubzilla-5b50454b4de665a93d95ce368929ae924e3cfc46.tar.gz
volse-hubzilla-5b50454b4de665a93d95ce368929ae924e3cfc46.tar.bz2
volse-hubzilla-5b50454b4de665a93d95ce368929ae924e3cfc46.zip
make toc bbcode find its own container by default
Diffstat (limited to 'library')
-rw-r--r--library/tableofcontents/jquery.toc.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/library/tableofcontents/jquery.toc.js b/library/tableofcontents/jquery.toc.js
index fe10850a3..dffbac38f 100644
--- a/library/tableofcontents/jquery.toc.js
+++ b/library/tableofcontents/jquery.toc.js
@@ -2,7 +2,7 @@
* Table of Contents jQuery Plugin - jquery.toc
*
* Copyright 2013 Nikhil Dabas
- *
+ *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at
*
@@ -12,7 +12,7 @@
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
* or implied. See the License for the specific language governing permissions and limitations
* under the License.
- *
+ *
* The original script was modified to work within the red#martrix
* - added var pathname
*/
@@ -53,7 +53,7 @@
// What level is the current heading?
var elem = $(this), level = $.map(headingSelectors, function (selector, index) {
return elem.is(selector) ? index : undefined;
- })[0];
+ })[0];
if (level > currentLevel) {
// If the heading is at a deeper level than where we are, start a new nested
// list, but only if we already have some list items in the parent. If we do