Plugin Directory

Changeset 202745

Timestamp:
02/07/2010 03:09:24 AM (15 years ago)
Author:
ShaneF
Message:

added debug code to 'src' location. removed extra space

File:
1 edited

Legend:

Unmodified
Added
Removed
  • woopra/trunk/js/jquery.tracking.js

    r202231 r202745  
    4242    $.trackWoopra = function (woopra_data) {
    4343        var script;
    44         var src  = (document.location.protocol == 'https:') ? "https://static.woopra.com/" : "http://static.woopra.com/";
     44        var src = (document.location.protocol == 'https:') ? "https://static.woopra.com/" : "http://static.woopra.com/";
    4545       
    4646        function _woopra_track() {
     
    7474                url: src + "js/woopra.v2.js",
    7575                success: function() {
     76
    7677                    _woopra_track();
    7778                },
Note: See TracChangeset for help on using the changeset viewer.