File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * version 1.0.1
2
+ * version 1.0.2
3
3
* Github: https://github.com/dingyuliang/prerenderready-javascript
4
4
* Blog: http://netopensource.com/tag/prerender/
5
5
* License: GNU GENERAL PUBLIC LICENSE, https://github.com/dingyuliang/prerenderready-javascript/blob/master/LICENSE
6
6
*/
7
-
7
+
8
8
( function ( window , angular ) {
9
9
10
10
if ( typeof angular == "undefined" )
Original file line number Diff line number Diff line change 1
1
/*
2
- * version 1.0.1
2
+ * version 1.0.2
3
3
* Github: https://github.com/dingyuliang/prerenderready-javascript
4
4
* Blog: http://netopensource.com/tag/prerender/
5
5
* License: GNU GENERAL PUBLIC LICENSE, https://github.com/dingyuliang/prerenderready-javascript/blob/master/LICENSE
6
6
*/
7
-
7
+
8
8
( function ( window ) {
9
9
// by now, we don't support to disable ajax tracking for single ajax call in one page.
10
10
Original file line number Diff line number Diff line change 1
1
/*
2
- * version 1.0.1
2
+ * version 1.0.2
3
3
* Github: https://github.com/dingyuliang/prerenderready-javascript
4
4
* Blog: http://netopensource.com/tag/prerender/
5
5
* License: GNU GENERAL PUBLIC LICENSE, https://github.com/dingyuliang/prerenderready-javascript/blob/master/LICENSE
6
6
*/
7
-
7
+
8
8
( function ( window , $ ) {
9
9
10
10
if ( typeof $ == "undefined" )
You can’t perform that action at this time.
0 commit comments