Skip to content

Commit 3c0f69f

Browse files
author
Cedric Dugas
committed
docs
1 parent 748c98b commit 3c0f69f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

index.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,14 @@
55
this.DocumentUp={},DocumentUp.document=function(a){var b;"string"==typeof a?(b=a,a=null):(b=a.repo,delete a.repo),window.callback=function(b){b.status===200&&(document.open(),document.write(b.html),document.close(),a&&a.afterRender&&typeof a.afterRender=="function"&&a.afterRender())};var c=document.createElement("script");c.src="http://documentup.com/"+b,a?c.src+="?config="+encodeURIComponent(JSON.stringify(a))+"&callback=callback":c.src+="?callback=callback",document.getElementsByTagName("head")[0].appendChild(c)}
66
</script>
77
<script>
8-
DocumentUp.document("posabsolute/jquery-validation-engine");
8+
DocumentUp.document({
9+
repo: "posabsolute/jquery-validation-engine",
10+
name: "jQuery.validationEngine Plugin",
11+
theme:"v1"
12+
twitter: [
13+
"posabsolute"
14+
]
15+
});
916
</script>
1017
</head>
1118
<body></body>

0 commit comments

Comments
 (0)