Plugin Directory

Changeset 1753921

Timestamp:
10/27/2017 01:09:49 PM (7 years ago)
Author:
sjregan
Message:

Set live url, recompiled js

Location:
instashop/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • instashop/trunk/assets/js/iframe-resizer.min.js

    r1752557 r1753921  
    1 !function(t,i,e,n){"use strict";function s(i,e){this.element=i,this.settings=t.extend({},r,e),this._defaults=r,this._name=h,this.resizeTimer=null,this.$container=t(i),this.init()}var h="instashopIframeResizer",r={};t.extend(s.prototype,{init:function(){t(i).on("resize",this.resizeEvent.bind(this))},resizeEvent:function(t){this.resizeTimer&&clearTimeout(this.resizeTimer),this.resizeTimer=setTimeout(this.resize.bind(this),100)},resize:function(e){var n=this.$container.offset(),s=t(i).height()-n.top,h=t("#wpbody-content");h.length&&(s-=parseInt(h.css("paddingBottom"))),this.$container.css("height",s+"px")}}),t.fn[h]=function(i){return this.each(function(){t.data(this,"plugin_"+h)||t.data(this,"plugin_"+h,new s(this,i))})}}(jQuery,window,document);
     1!function())})}}(jQuery,window,document);
  • instashop/trunk/includes/class-instashop-admin-api.php

    r1752557 r1753921  
    33
    44class InstaShop_Admin_API {
    5     const EMBED_URL = 'http://instashopapp.dev/wordpress';
     5    const EMBED_URL = 'http/wordpress';
    66
    77    /**
Note: See TracChangeset for help on using the changeset viewer.