Skip to content

Commit

Permalink
fixed iframe issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Malan committed Nov 26, 2014
1 parent e4a4ae8 commit eb91b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascripts/sranalytics.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
__sranalyticsPluginVersion = sranalytics.version;
__reach_config = {
pid: sranalytics.pid,
iframe: sranalytics.iframe === '0' ? false : true,
iframe: sranalytics.iframe === '0' ? true : false,
title: sranalytics.title,
url: sranalytics.url,
date: sranalytics.date,
Expand Down

0 comments on commit eb91b16

Please sign in to comment.