FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
documentcloud/public/javascripts/dev/dev.js at content-types · documentcloud/documentcloud · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Mar 11, 2021. It is now read-only.
documentcloud
/
documentcloud
Public archive
Notifications
You must be signed in to change notification settings
Fork
157
Star
425
Code
Issues
194
Pull requests
16
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
documentcloud
/
public
/
javascripts
/
dev
/
dev.js
Copy path
More file actions
More file actions
Latest commit
History
History
History
35 lines (34 loc) · 941 Bytes
Breadcrumbs
documentcloud
/
public
/
javascripts
/
dev
/
dev.js
Copy path
File metadata and controls
35 lines (34 loc) · 941 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
if
(
!
window
.
console
||
!
window
.
console
.
log
)
{
window
.
console
=
{
}
;
var
_$ied
;
window
.
console
.
log
=
function
(
msg
)
{
if
(
_
.
isArray
(
msg
)
)
{
var
message
=
msg
[
0
]
;
var
vars
=
_
.
map
(
msg
.
slice
(
1
)
,
function
(
arg
)
{
return
JSON
.
stringify
(
arg
)
;
}
)
.
join
(
' - '
)
;
}
if
(
!
_$ied
)
{
_$ied
=
$
(
'<div><ol></ol></div>'
)
.
css
(
{
'position'
:
'fixed'
,
'bottom'
:
10
,
'left'
:
10
,
'zIndex'
:
20000
,
'width'
:
$
(
'body'
)
.
width
(
)
-
80
,
'border'
:
'1px solid #000'
,
'padding'
:
'10px'
,
'backgroundColor'
:
'#fff'
,
'fontFamily'
:
'arial,helvetica,sans-serif'
,
'fontSize'
:
'11px'
}
)
;
$
(
'body'
)
.
append
(
_$ied
)
;
}
var
$message
=
$
(
'<li>'
+
message
+
' - '
+
vars
+
'</li>'
)
.
css
(
{
'borderBottom'
:
'1px solid #999999'
}
)
;
_$ied
.
find
(
'ol'
)
.
append
(
$message
)
;
_
.
delay
(
function
(
)
{
$message
.
fadeOut
(
500
)
;
}
,
2000
)
;
}
;
}
Back
|
FazBrowse Home
|
New Git URL