Release 1.6.3

- keep ‘em fixes coming, please!

git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@1381948 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
Mark Cheret 2016-03-30 13:33:32 +00:00
parent 65c22f1b28
commit c9029312b3
2 changed files with 5 additions and 2 deletions

View file

@ -22,7 +22,7 @@
ed.addCommand('footnotes', function() {
jQuery.ajax({
type: 'POST',
url: '/wp-admin/admin-ajax.php',
url: './admin-ajax.php',
data: {
action: 'footnotes_getTags'
},