-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deployed c4ea02d with MkDocs version: 1.6.1
- Loading branch information
0 parents
commit 8b83944
Showing
265 changed files
with
143,525 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
es.openterface.com |
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
|
||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>Redirecting...</title> | ||
<link rel="canonical" href="https://github.com/TechxArtisanStudio/Openterface_Android"> | ||
<script>var anchor=window.location.hash.substr(1);location.href="https://github.com/TechxArtisanStudio/Openterface_Android"+(anchor?"#"+anchor:"")</script> | ||
<meta http-equiv="refresh" content="0; url=https://github.com/TechxArtisanStudio/Openterface_Android"> | ||
</head> | ||
<body> | ||
You're being redirected to a <a href="https://github.com/TechxArtisanStudio/Openterface_Android">new destination</a>. | ||
</body> | ||
</html> |
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
window.onload = function() { | ||
// Hide the loading message when tweets are loaded | ||
var hideLoadingMessage = function() { | ||
var loadingMessage = document.getElementById('loadingMessage'); | ||
if (loadingMessage) { | ||
loadingMessage.style.display = 'none'; | ||
} | ||
}; | ||
|
||
// Check if the Twitter widgets script is loaded | ||
if (typeof twttr !== 'undefined') { | ||
twttr.widgets.load( | ||
document.getElementById("twitter-feed") | ||
); | ||
twttr.events.bind('loaded', function (event) { | ||
// Hide loading message | ||
hideLoadingMessage(); | ||
|
||
// Find all twitter tweets and show them | ||
var tweets = document.querySelectorAll('.twitter-tweet'); | ||
tweets.forEach(function(tweet) { | ||
tweet.classList.add('twitter-tweet-loaded'); | ||
}); | ||
|
||
// Unhide the twitter feed | ||
var loadingMessage = document.getElementById('twitter-feed'); | ||
if (loadingMessage) { | ||
loadingMessage.style.display = 'block'; | ||
} | ||
}); | ||
} else { | ||
var loadingMessage = document.getElementById('twitter-feed'); | ||
if (loadingMessage) { | ||
loadingMessage.style.display = 'none'; | ||
} | ||
} | ||
}; |
Empty file.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.