From 6493d452350ab0245dabff7ec2a65f952c8affad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Feje=C5=A1?= Date: Mon, 8 Jan 2018 21:08:04 +0100 Subject: [PATCH] update tag_database and add semicolons to http snippets --- snippets/httpGet.md | 2 +- tag_database | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/snippets/httpGet.md b/snippets/httpGet.md index 1d183312c..565e6882d 100644 --- a/snippets/httpGet.md +++ b/snippets/httpGet.md @@ -14,7 +14,7 @@ const httpGet = (url, callback, err = console.error) => { request.onload = () => callback(request); request.onerror = () => err(request); request.send(); -} +}; ``` ```js diff --git a/tag_database b/tag_database index 67d98d513..deea5bc57 100644 --- a/tag_database +++ b/tag_database @@ -62,6 +62,7 @@ head:array hexToRGB:utility,string,math,advanced hide:browser,css httpGet:utility,url +httpPost:utility,url httpsRedirect:browser,url indexOfAll:array initial:array