Page Menu
Home
desp's stash
Search
Configure Global Search
Log In
Files
F761535
main.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
main.js
View Options
AOS
.
init
();
if
(
typeof
bg
!==
'undefined'
)
document
.
getElementById
(
'cover'
).
style
.
backgroundImage
=
'linear-gradient(to bottom, rgba(52, 58, 64, 0) 94%, rgba(52, 58, 64, 1)), url('
+
bg
.
src
+
')'
;
//initialize tooltips
$
(
'[data-toggle="tooltip"]'
).
tooltip
({
offset
:
'0, 20%'
});
/*$('[data-toggle="tooltip"]').mouseenter(function(){ //tooltip patch for browsers since its shifted somehow
if(!/iPhone|iPad|iPod|Android/i.test(navigator.userAgent)) {
document.styleSheets[2].cssRules[4].style.setProperty('left', (($(this).parent().index() + 1) * 2.5) + 'px', "important");
}
});*/
//fixed by changing discord id from a to img wtf
$
(
'#discord'
).
bind
(
'click touchend'
,
function
()
{
console
.
log
(
this
);
if
(
navigator
.
clipboard
.
writeText
(
"despawningbone#4078"
))
{
$
(
this
).
tooltip
(
'hide'
);
$
(
'#discord'
).
attr
(
'data-original-title'
,
"(copied!)"
);
setTimeout
(()
=>
$
(
'#discord'
).
attr
(
'data-original-title'
,
"despawningbone#4078"
),
400
);
$
(
this
).
tooltip
(
'show'
);
}
});
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jul 27, 6:14 AM (23 h, 54 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
0e/61/e7901508e59ab8a54d70ae776627
Attached To
rWEB Web Portfolio
Event Timeline
Log In to Comment