Plugin Directory

Changeset 464328


Ignore:
Timestamp:
11/17/2011 07:51:51 PM (14 years ago)
Author:
elubow
Message:

Correct slide.js

File:
1 edited

Legend:

Unmodified
Added
Removed
  • simplereach-slide/trunk/srslide.php

    r464325 r464328  
    108108      s.async = true;
    109109      s.type = 'text/javascript';
    110       // s.src = document.location.protocol + '//d8rk54i4mohrb.cloudfront.net/js/slide-devel.js';
    111       s.src = document.location.protocol + '//s3.amazonaws.com/simple-cdn/js/slide-devel.js';
     110      s.src = document.location.protocol + '//d8rk54i4mohrb.cloudfront.net/js/slide.js';
    112111      __spr_config.css = document.location.protocol + '//d8rk54i4mohrb.cloudfront.net/css/p/$sr_pub_id.css';
    113112      (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(s);
Note: See TracChangeset for help on using the changeset viewer.