Skip to content

Commit

Permalink
Remove useless JS code added in previous commit - refs BT#11048
Browse files Browse the repository at this point in the history
  • Loading branch information
ywarnier committed Apr 20, 2016
1 parent 658fb16 commit 54f1ccc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions main/badge/issued.php
Expand Up @@ -63,11 +63,6 @@

// Open Graph Markup
$htmlHeadXtra[] = "
<script>
$(document).ready(function () {
$('meta[name=description]').remove();
});
</script>
<meta property='og:type' content='article' />
<meta property='og:title' content='".sprintf(get_lang('IHaveObtainedSkillXOnY'), $skillInfo['name'], api_get_setting('siteName'))."' />
<meta property='og:url' content='".api_get_path(WEB_PATH)."badge/".$skillId."/user/".$userId."' />
Expand Down

0 comments on commit 54f1ccc

Please sign in to comment.