diff --git a/images/checkbox-checked-32.png b/images/checkbox-checked-32.png new file mode 100644 index 000000000..01e51c203 Binary files /dev/null and b/images/checkbox-checked-32.png differ diff --git a/images/checkbox-unchecked-32.png b/images/checkbox-unchecked-32.png new file mode 100644 index 000000000..80ce92243 Binary files /dev/null and b/images/checkbox-unchecked-32.png differ diff --git a/mod/ffsapi.php b/mod/ffsapi.php index 15cc8365f..24ff9d5e0 100644 --- a/mod/ffsapi.php +++ b/mod/ffsapi.php @@ -33,10 +33,10 @@ var data = { //"statusURL": baseurl+"/statusPanel.html", // social bookmarks are available in Firefox 26 - //"markURL": baseurl+"/mark.html?url=%{url}", + "markURL": baseurl+"/bmark?f=&url=%{url}&title=%{title}", // icons should be 32x32 pixels - //"markedIcon": baseurl+"/unchecked.jpg", - //"unmarkedIcon": baseurl+"/checked.jpg", + "markedIcon": baseurl+"/images/checkbox-checked-32.png", + "unmarkedIcon": baseurl+"/images/checkbox-unchecked-32.png", // should be available for display purposes "description": '$description',