Remove some trailing whitespace.

This commit is contained in:
Mike Castle 2014-09-19 22:07:40 -07:00
parent 5dd108c922
commit 80e06ce9b7

View File

@ -68,7 +68,7 @@
return ID;
}
// Format the string
// Format the string
window.plugin.bookmarks.escapeHtml = function(text) {
return text
.replace(/&/g, "&")
@ -912,7 +912,7 @@
window.plugin.bookmarks.syncCallback = function(pluginName, fieldName, e, fullUpdated) {
if(fieldName === window.plugin.bookmarks.KEY.field) {
window.plugin.bookmarks.storeLocal(window.plugin.bookmarks.KEY);
// All data is replaced if other client update the data during this client offline,
// All data is replaced if other client update the data during this client offline,
if(fullUpdated) {
window.plugin.bookmarks.refreshBkmrks();
return;
@ -1193,7 +1193,7 @@
if(window.useAndroidPanes())
android.addPane("plugin-bookmarks", "Bookmarks", "ic_action_star");
window.addHook('paneChanged', window.plugin.bookmarks.onPaneChanged);
// Remove the star
window.addHook('portalSelected', function(data) {
if(data.selectedPortalGuid === null) {