summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/luapplib/doc/_build/html/_static/bizstyle.js
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/luapplib/doc/_build/html/_static/bizstyle.js')
-rw-r--r--Build/source/texk/web2c/luatexdir/luapplib/doc/_build/html/_static/bizstyle.js41
1 files changed, 0 insertions, 41 deletions
diff --git a/Build/source/texk/web2c/luatexdir/luapplib/doc/_build/html/_static/bizstyle.js b/Build/source/texk/web2c/luatexdir/luapplib/doc/_build/html/_static/bizstyle.js
deleted file mode 100644
index 6614fe388d1..00000000000
--- a/Build/source/texk/web2c/luatexdir/luapplib/doc/_build/html/_static/bizstyle.js
+++ /dev/null
@@ -1,41 +0,0 @@
-//
-// bizstyle.js
-// ~~~~~~~~~~~
-//
-// Sphinx javascript -- for bizstyle theme.
-//
-// This theme was created by referring to 'sphinxdoc'
-//
-// :copyright: Copyright 2012-2014 by Sphinx team, see AUTHORS.
-// :license: BSD, see LICENSE for details.
-//
-$(document).ready(function(){
- if (navigator.userAgent.indexOf('iPhone') > 0 ||
- navigator.userAgent.indexOf('Android') > 0) {
- $("li.nav-item-0 a").text("Top");
- }
-
- $("div.related:first ul li:not(.right) a").slice(1).each(function(i, item){
- if (item.text.length > 20) {
- var tmpstr = item.text
- $(item).attr("title", tmpstr);
- $(item).text(tmpstr.substr(0, 17) + "...");
- }
- });
- $("div.related:last ul li:not(.right) a").slice(1).each(function(i, item){
- if (item.text.length > 20) {
- var tmpstr = item.text
- $(item).attr("title", tmpstr);
- $(item).text(tmpstr.substr(0, 17) + "...");
- }
- });
-});
-
-$(window).resize(function(){
- if ($(window).width() <= 776) {
- $("li.nav-item-0 a").text("Top");
- }
- else {
- $("li.nav-item-0 a").text("pplib 0.1 documentation");
- }
-}); \ No newline at end of file