Skip to content

Commit

Permalink
Fix block parsing in reffered reply/share link by preg match
Browse files Browse the repository at this point in the history
  • Loading branch information
On1x committed Feb 29, 2024
1 parent 08b9b50 commit a24f549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ if(null!=localStorage.getItem(storage_prefix+'sync_cloud_update')){
var preview_url='https://readdle.me/preview/';

var account_pattern=/@[a-z0-9\-\.]*/g;
var block_pattern=/\/([0-9]+)(\/|)$/g;
var block_pattern=/\/([0-9]+)\//g;

var install_event;
window.addEventListener('beforeinstallprompt',(e)=>{
Expand Down

0 comments on commit a24f549

Please sign in to comment.