mirror of
https://github.com/fergalmoran/dss.git
synced 2026-01-06 08:54:12 +00:00
Fixed Chrome bug with facebook sharing
This commit is contained in:
@@ -64,9 +64,9 @@ sharePageToFacebook = function (model) {
|
||||
},
|
||||
function (response) {
|
||||
if (response && response.post_id) {
|
||||
com.podnoms.utils.alert("Post ID: " + response.post_id);
|
||||
com.podnoms.utils.showAlert("Success", "Post shared to facebook", "alert-success", true);
|
||||
} else {
|
||||
com.podnoms.utils.alert("Failure sharing post");
|
||||
com.podnoms.utils.showAlert("Error", "Failure sharing post", "alert-error", true);
|
||||
}
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user