Skip to content

Commit

Permalink
Merge pull request #11 from amiyasahu/development
Browse files Browse the repository at this point in the history
fixed #10
  • Loading branch information
amiyasahu committed Sep 24, 2015
2 parents 6a86623 + a5eb1f6 commit 514487d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa-social-share-widget.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function output_widget( $region, $place, $themeobject, $template, $request, $qa_
'template' => $template,
'themeobject' => $themeobject,
'target' => '_blank',
'style' => qa_opt( qa_is_mobile_probably() ? qa_sss_opt::SHARE_TYPE_WIDGET_MOBILE_OPTION : qa_sss_opt::SHARE_TYPE_POST_DESKTOP_OPTION ),
'style' => qa_opt( qa_is_mobile_probably() ? qa_sss_opt::SHARE_TYPE_WIDGET_MOBILE_OPTION : qa_sss_opt::SHARE_TYPE_WIDGET_DESKTOP_OPTION ),
);

$social_share = new Ami_SocialShare( $args );
Expand Down

0 comments on commit 514487d

Please sign in to comment.