Skip to content

Commit

Permalink
Merge pull request misterGF#59 from angelmartz/patch-1
Browse files Browse the repository at this point in the history
Update SideBar.vue, Fixing Hideseek
  • Loading branch information
misterGF authored Oct 2, 2017
2 parents 7a7289f + dd04f75 commit f6e7b16
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/Sidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@ import SidebarMenu from './SidebarMenu'
export default {
name: 'Sidebar',
props: ['displayName', 'pictureUrl'],
components: { SidebarMenu }
components: { SidebarMenu },
mounted: function () {
window.jQuery('[data-toggle="hideseek"]').off().hideseek()
}
}
</script>
<style>
Expand Down

0 comments on commit f6e7b16

Please sign in to comment.