You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-29 22:48:10 +02:00
Prompt dialog and popup menu
This commit is contained in:
9
ReactNativeClient/lib/urlUtils.js
Normal file
9
ReactNativeClient/lib/urlUtils.js
Normal file
@@ -0,0 +1,9 @@
|
||||
const urlUtils = {};
|
||||
|
||||
urlUtils.hash = function(url) {
|
||||
const s = url.split('#');
|
||||
if (s.length <= 1) return '';
|
||||
return s[s.length - 1];
|
||||
}
|
||||
|
||||
module.exports = urlUtils;
|
||||
Reference in New Issue
Block a user