From 46af504560fdd3ad5e12dffcb817fb06fee7b8d7 Mon Sep 17 00:00:00 2001 From: Rich Hall Date: Fri, 23 Jul 2021 16:02:29 +1000 Subject: [PATCH] Remove html identifiers for Sydney theme --- src/technologies.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/technologies.json b/src/technologies.json index 68bb7c517..6c0ada8f7 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -20615,13 +20615,10 @@ "description": "Sydney is a powerful business theme that provides a fast way for companies or freelancers to create an online presence. Built by aThemes.", "icon": "athemes.png", "dom": [ - "link[rel='stylesheet'][id*='sydney-style-css']", + "link[id*='sydney-style']", "body[class*='sydney-theme']" ], - "html": [ - "]* href=[\\'\"][^']+sydney/.*\\.css\\?ver=([0-9.]+)\\;version:\\1", - "]* src=[\\'\"][^']+themes/sydney.*\\.js\\?ver=([0-9.]+)\\;version:\\1" - ], + "scripts": "themes/sydney.*\\.js\\?ver=([0-9.]+)\\;version:\\1", "requires": "WordPress", "website": "https://athemes.com/theme/sydney/" },