forked from wallabag/wallabag
updateOriginUrl: add behavior when diff is fragment and query
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
@ -344,6 +344,7 @@ class ContentProxy
|
||||
break;
|
||||
case ['fragment']:
|
||||
case ['query']:
|
||||
case ['fragment', 'query']:
|
||||
// noop
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user