Changeset 1836530
- Timestamp:
- 03/08/2018 06:52:48 PM (8 years ago)
- Location:
- embed-sparxo/trunk
- Files:
-
- 3 edited
-
README.md (modified) (1 diff)
-
includes/html/popup.html (modified) (1 diff)
-
includes/js/tinymce_bar.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
embed-sparxo/trunk/README.md
r1836525 r1836530 1 # SparxoWP1 # Embed-Sparxo 2 2 3 3 This is an official Sparxo plugin for WordPress -
embed-sparxo/trunk/includes/html/popup.html
r1836525 r1836530 87 87 }, 88 88 error: function(secTierData){ 89 console.log(secTierData);89 // console.log(secTierData); 90 90 var err = ""; 91 91 if(localStorage.getItem("sx_err")!=null){ -
embed-sparxo/trunk/includes/js/tinymce_bar.js
r1836525 r1836530 3 3 tinymce.create('tinymce.plugins.buttonPlugin', { 4 4 init : function(ed, url) { 5 popup_css_add : url+"/../css/bootstrap.min.css";6 5 // Register commands 7 6 ed.addCommand('mcebutton', function() {
Note: See TracChangeset
for help on using the changeset viewer.