-
Notifications
You must be signed in to change notification settings - Fork 350
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unearth wp-content to unbreak many images (#2003)
* Unearth wp-content to unbreak many images * Typo
- Loading branch information
1 parent
8a59317
commit 60a61dd
Showing
568 changed files
with
23,518 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
var ak_js = document.getElementById( "ak_js" ); | ||
|
||
if ( ! ak_js ) { | ||
ak_js = document.createElement( 'input' ); | ||
ak_js.setAttribute( 'id', 'ak_js' ); | ||
ak_js.setAttribute( 'name', 'ak_js' ); | ||
ak_js.setAttribute( 'type', 'hidden' ); | ||
} | ||
else { | ||
ak_js.parentNode.removeChild( ak_js ); | ||
} | ||
|
||
ak_js.setAttribute( 'value', ( new Date() ).getTime() ); | ||
|
||
var commentForm = document.getElementById( 'commentform' ); | ||
|
||
if ( commentForm ) { | ||
commentForm.appendChild( ak_js ); | ||
} | ||
else { | ||
var replyRowContainer = document.getElementById( 'replyrow' ); | ||
|
||
if ( replyRowContainer ) { | ||
var children = replyRowContainer.getElementsByTagName( 'td' ); | ||
|
||
if ( children.length > 0 ) { | ||
children[0].appendChild( ak_js ); | ||
} | ||
} | ||
} |
1 change: 1 addition & 0 deletions
1
static/blog/wp-content/plugins/table-of-contents-plus/front.min.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
static/blog/wp-content/plugins/table-of-contents-plus/screen.min.css
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file added
BIN
+4.08 KB
...p-content/plugins/wp-slick-slider-and-image-carousel/assets/css/ajax-loader.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.15 KB
...wp-content/plugins/wp-slick-slider-and-image-carousel/assets/css/arrow-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.15 KB
...p-content/plugins/wp-slick-slider-and-image-carousel/assets/css/arrow-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.