mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2026-02-13 01:03:59 -05:00
Don't change link text
This commit is contained in:
@@ -2,7 +2,6 @@ function updateLink() {
|
||||
const linkElement = document.getElementById("appointment_link");
|
||||
const regex = /((?:<br\/>|%3Cbr\/?%3E))([\s\S]*?)(&dates)/gi;
|
||||
linkElement.href = linkElement.href.replace(regex, `$1${getSelectedDocs()}$3`);
|
||||
linkElement.textContent = "New Appointment Link";
|
||||
}
|
||||
|
||||
function getSelectedDocs() {
|
||||
|
||||
Reference in New Issue
Block a user