Skip to content

Commit

Permalink
remove useless localstorage call
Browse files Browse the repository at this point in the history
  • Loading branch information
ctberger committed Oct 31, 2019
1 parent 623707e commit ee5ee36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/control/content/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
view: $scope.viewType.NATIVE_IN_APP
}
};
localStorage.removeItem('webview_modal-shown');
}

$scope.$watch('data', watchFn, true);
Expand All @@ -59,6 +58,7 @@
return res && res.data && !angular.equals({}, res.data) && res.id;
}
});

buildfire.messaging.onReceivedMessage = function (message) {
buildfire.messaging.sendMessageToWidget(message);
};
Expand Down

0 comments on commit ee5ee36

Please sign in to comment.