Skip to content

Commit 03369aa

Browse files
committed
jQuery 1.12.4
1 parent 9c4cb2a commit 03369aa

File tree

5 files changed

+50
-1
lines changed

5 files changed

+50
-1
lines changed

bower.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
"js-xlsx": "0.10.5",
6060
"Blob": "*",
6161
"tableexport.js": "4.0.1",
62-
"tinymce": "4.6.4"
62+
"tinymce": "4.6.4",
63+
"jquery": "1.12.4"
6364
}
6465
}

jquery_1.12.4/CHANGES.htm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<p>See the <a href="http://blog.jquery.com/category/jquery/">jQuery blog</a></p>

jquery_1.12.4/LICENSE.htm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<p>jQuery is licensed under the <a href="https://github.com/jquery/jquery/blob/1.12.4/LICENSE.txt">MIT License</a>.</p>

jquery_1.12.4/jquery.dnn

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<dotnetnuke type="Package" version="5.0">
2+
<packages>
3+
<package name="jQuery" type="JavaScript_Library" version="1.12.4">
4+
<friendlyName>jQuery</friendlyName>
5+
<description><![CDATA[jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers. With a combination of versatility and extensibility, jQuery has changed the way that millions of people write JavaScript.]]></description>
6+
<owner>
7+
<name>Engage Software</name>
8+
<organization>Engage Software</organization>
9+
<url>http://www.engagesoftware.com</url>
10+
<email>support@engagesoftware.com</email>
11+
</owner>
12+
<license src="LICENSE.htm" />
13+
<releaseNotes src="CHANGES.htm" />
14+
<azureCompatible>true</azureCompatible>
15+
<dependencies>
16+
<!--
17+
<dependency type="managedPackage" version="1.0.0">jQuery</dependency>
18+
-->
19+
</dependencies>
20+
<components>
21+
<component type="JavaScript_Library">
22+
<javaScriptLibrary>
23+
<libraryName>jQuery</libraryName>
24+
<fileName>jquery.min.js</fileName>
25+
<preferredScriptLocation>BodyBottom</preferredScriptLocation>
26+
<CDNPath>https://code.jquery.com/jquery-1.12.4.min.js</CDNPath>
27+
<objectName>jQuery</objectName>
28+
</javaScriptLibrary>
29+
</component>
30+
<component type="JavaScriptFile">
31+
<jsfiles>
32+
<libraryFolderName>jQuery</libraryFolderName>
33+
<jsfile>
34+
<name>jquery.min.js</name>
35+
</jsfile>
36+
</jsfiles>
37+
</component>
38+
</components>
39+
</package>
40+
</packages>
41+
</dotnetnuke>

jquery_1.12.4/jquery.min.js

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)