Plugin Directory

Changeset 1836530


Ignore:
Timestamp:
03/08/2018 06:52:48 PM (8 years ago)
Author:
sparxowp
Message:

v 0.1.1

Location:
embed-sparxo/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • embed-sparxo/trunk/README.md

    r1836525 r1836530  
    1 # SparxoWP
     1# Embed-Sparxo
    22
    33This is an official Sparxo plugin for WordPress
  • embed-sparxo/trunk/includes/html/popup.html

    r1836525 r1836530  
    8787                              },
    8888                              error: function(secTierData){
    89                                 console.log(secTierData);
     89                                // console.log(secTierData);
    9090                                var err = "";
    9191                                if(localStorage.getItem("sx_err")!=null){
  • embed-sparxo/trunk/includes/js/tinymce_bar.js

    r1836525 r1836530  
    33    tinymce.create('tinymce.plugins.buttonPlugin', {
    44        init : function(ed, url) {
    5             popup_css_add : url+"/../css/bootstrap.min.css";
    65            // Register commands
    76            ed.addCommand('mcebutton', function() {
Note: See TracChangeset for help on using the changeset viewer.