Widget:TimerTest2: Difference between revisions
Jump to navigation
Jump to search
Matt Pijoan (talk | contribs) No edit summary |
Matt Pijoan (talk | contribs) No edit summary |
||
Line 18: | Line 18: | ||
activity: window.location.pathname.substring(11,window.location.pathname.length), | activity: window.location.pathname.substring(11,window.location.pathname.length), | ||
} ).done ( function ( data ) { | } ).done ( function ( data ) { | ||
alert("Triggered"); | |||
console.log( data ); | console.log( data ); | ||
} ); | } ); |