Skip to content

Commit bcb08e9

Browse files
Ilia RostovtsevIlia Rostovtsev
Ilia Rostovtsev
authored and
Ilia Rostovtsev
committed
18.40 [patch #700]
1 parent 3ae694d commit bcb08e9

File tree

6 files changed

+35
-4
lines changed

6 files changed

+35
-4
lines changed

unauthenticated/css/authentic.css

+12
Original file line numberDiff line numberDiff line change
@@ -10302,4 +10302,16 @@ html[data-background-style='nightRider'] #sidebar ul.user-links li:not(.menu-con
1030210302

1030310303
html[data-background-style='nightRider'] .info-container .graph-container>.graph>.description {
1030410304
color: #222
10305+
}
10306+
10307+
@media screen and (-ms-high-contrast:active),
10308+
(-ms-high-contrast:none) {
10309+
.panel .panel-heading .panel-title a:before,
10310+
td .opener_trigger[id]:before,
10311+
.panel .panel-heading .panel-title a[aria-expanded='true']:before,
10312+
td .opener_trigger.opener_container_opened[id]:before,
10313+
a.opener_extra_container_a_style:before,
10314+
a.opener_extra_container_a_style.opener_container_opened:before {
10315+
display: none
10316+
}
1030510317
}

unauthenticated/css/authentic.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

unauthenticated/css/bundle.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

unauthenticated/js/init.js

+19
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,25 @@ if (typeof localStorage === "object") {
110110
$_v__ls__a = 0
111111
}
112112
}
113+
if (!String.prototype.endsWith) {
114+
String.prototype.endsWith = function(c, b) {
115+
var a = this.toString();
116+
if (typeof b !== "number" || !isFinite(b) || Math.floor(b) !== b || b > a.length) {
117+
b = a.length
118+
}
119+
b -= c.length;
120+
var d = a.lastIndexOf(c, b);
121+
return d !== -1 && d === b
122+
}
123+
}
124+
if (!String.prototype.startsWith) {
125+
if (!String.prototype.startsWith) {
126+
String.prototype.startsWith = function(b, a) {
127+
a = a || 0;
128+
return this.indexOf(b, a) === a
129+
}
130+
}
131+
}
113132
$_v__ls__a ? _v__ls__a = "" : _v__ls__a = " hidden";
114133

115134
function n___p__f(b) {

unauthenticated/js/init.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.40-git-201703281630
1+
18.40-git-201703291322

0 commit comments

Comments
 (0)