added const TEL (working on mailgo for telephone numbers!)

This commit is contained in:
Matteo Manzinello 2019-07-09 09:14:06 +02:00
parent c806078ae6
commit ad6bc65d5c

View File

@ -1,6 +1,7 @@
// @flow // @flow
const V = "MAILGO_VERSION"; const V = "MAILGO_VERSION";
const MAILTO = "mailto:"; const MAILTO = "mailto:";
const TEL = "tel:";
// mailgo style (gulp) // mailgo style (gulp)
const mailgoCSS = document.createElement("style"); const mailgoCSS = document.createElement("style");