initial commit
This commit is contained in:
@ -0,0 +1 @@
|
||||
<?php // Silence is golden
|
@ -0,0 +1,9 @@
|
||||
jQuery(document).ready(function($) {
|
||||
$.post(ajax_tptn_tracker.ajax_url, {
|
||||
action: 'tptn_tracker',
|
||||
top_ten_id: ajax_tptn_tracker.top_ten_id,
|
||||
top_ten_blog_id: ajax_tptn_tracker.top_ten_blog_id,
|
||||
activate_counter: ajax_tptn_tracker.activate_counter,
|
||||
top_ten_debug: ajax_tptn_tracker.top_ten_debug
|
||||
});
|
||||
});
|
1
hamrokhaanpaan/wp-content/plugins/top-10/includes/js/top-10-tracker.min.js
vendored
Normal file
1
hamrokhaanpaan/wp-content/plugins/top-10/includes/js/top-10-tracker.min.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
jQuery(document).ready((function($){$.post(ajax_tptn_tracker.ajax_url,{action:"tptn_tracker",top_ten_id:ajax_tptn_tracker.top_ten_id,top_ten_blog_id:ajax_tptn_tracker.top_ten_blog_id,activate_counter:ajax_tptn_tracker.activate_counter,top_ten_debug:ajax_tptn_tracker.top_ten_debug})}));
|
Reference in New Issue
Block a user