-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add mailto href to support email. On card hover, add underline to car…
…d title
- Loading branch information
1 parent
f9b60c2
commit 34eb6f8
Showing
3 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -794,7 +794,7 @@ current when they signed up for the service. The latest version is 1.3. | |
<li><strong>INVALID_LICENSE_KEY</strong></li> | ||
<li><strong>MAX_REQUESTS_REACHED</strong> – This is returned when your account is out of queries.</li> | ||
<li><strong>LICENSE_REQUIRED</strong> – This is returned if you do not provide a license key at all.</li> | ||
<li><strong>PERMISSION_REQUIRED</strong> – This is returned if you do not have permission to use the service. Please contact [email protected] for more information.</li> | ||
<li><strong>PERMISSION_REQUIRED</strong> – This is returned if you do not have permission to use the service. Please contact <a href="mailto:[email protected]">[email protected]</a> for more information.</li> | ||
</ul> | ||
The possible warning codes are: | ||
<ul> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -132,7 +132,7 @@ All strings are returned as ASCII. | |
The possible error codes are: | ||
</p> | ||
<ul> | ||
<li>`PERMISSION_REQUIRED` – You do not have permission to use the service. Please contact [email protected] for more information.</li> | ||
<li>`PERMISSION_REQUIRED` – You do not have permission to use the service. Please contact <a href="mailto:[email protected]">[email protected]</a> for more information.</li> | ||
<li> | ||
`LICENSE_REQUIRED` – You must provide a license key. | ||
</li> | ||
|