Plugin Directory

Changeset 1053882


Ignore:
Timestamp:
12/25/2014 07:42:23 AM (11 years ago)
Author:
GMDragonX
Message:

add plugin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gmace/trunk/assets/js/scripts.js

    r1053869 r1053882  
    154154    jQuery.ajax({
    155155        type:"POST",
    156         url:"../wp-content/plugins/GMAce/includes/ace.php",
     156        url:"/wp-content/plugins/gmace/includes/ace.php",
    157157        dataType:"html",
    158158        data:{
     
    183183    jQuery.ajax({
    184184        type:"POST",
    185         url:"../wp-content/plugins/GMAce/includes/ace.php",
     185        url:"/wp-content/plugins/gmace/includes/ace.php",
    186186        dataType:"html",
    187187        data:{
     
    200200    jQuery.ajax({
    201201        type:"POST",
    202         url:"../wp-content/plugins/GMAce/includes/settings.php",
     202        url:"/wp-content/plugins/gmace/includes/settings.php",
    203203        dataType:"html",
    204204        data:{
Note: See TracChangeset for help on using the changeset viewer.