You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
553 B
11 lines
553 B
<script type="text/javascript"> |
|
$(document).ready(function () { |
|
fluid.uiOptions.prefsEditor(".flc-prefsEditor-separatedPanel", { |
|
tocTemplate: "/app/themes/pressbooks-aldine/lib/infusion/src/components/tableOfContents/html/TableOfContents.html", |
|
terms: { |
|
templatePrefix: "/app/themes/pressbooks-aldine/lib/infusion/src/framework/preferences/html", |
|
messagePrefix: "/app/themes/pressbooks-aldine/lib/infusion/src/framework/preferences/messages" |
|
} |
|
}); |
|
}) |
|
</script>
|
|
|