Skip to content

Commit

Permalink
[FIX] twice url in tweet
Browse files Browse the repository at this point in the history
  • Loading branch information
fpodoo committed Nov 19, 2015
1 parent e043a07 commit 623bfe6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/web_settings_dashboard/static/src/js/dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,8 @@ var DashboardShare = Widget.extend({
init: function(parent, data){
this.data = data;
this.parent = parent;
this.share_url = 'http://www.odoo.com/';
this.share_text = encodeURIComponent("Discover #Odoo - awesome open source business apps. https://www.odoo.com");
this.share_url = 'https://www.odoo.com';
this.share_text = encodeURIComponent("I am using #Odoo - Awesome open source business apps.");
},

share_twitter: function(){
Expand Down

0 comments on commit 623bfe6

Please sign in to comment.