-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* pointer array * fix for array Co-authored-by: Faisal Nadeem <mfaisalnadeem@hotmail.com>
- Loading branch information
Showing
4 changed files
with
88 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<!DOCTYPE html> | ||
<head> | ||
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | ||
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" /> | ||
<base href="/"/> | ||
<script> | ||
PARSE_DASHBOARD_PATH = "/"; | ||
</script> | ||
</head> | ||
<html> | ||
<title>Parse Dashboard</title> | ||
<body> | ||
<div id="browser_mount"></div> | ||
<script type="text/javascript"> | ||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | ||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), | ||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) | ||
})(window,document,'script','https://a.back4app.com/a.js','ga'); | ||
ga('create', 'UA-66038885-1', 'auto'); | ||
ga('send', 'pageview'); | ||
setTimeout("ga('send','event','Profitable Engagement','time on page more than 30 seconds')",30000); | ||
</script> | ||
<!--Start of Zopim Live Chat Script--> | ||
<script> | ||
window.zEmbed||(function(){ | ||
var queue = []; | ||
|
||
window.zEmbed = function() { | ||
queue.push(arguments); | ||
} | ||
window.zE = window.zE || window.zEmbed; | ||
document.zendeskHost = "back4app.zendesk.com"; | ||
document.zEQueue = queue; | ||
}()); | ||
</script> | ||
<script src="https://assets.zendesk.com/embeddable_framework/main.js" data-ze-csp="true" async defer></script> | ||
<!--End of Zopim Live Chat Script--> | ||
<script src="https://survey.solucx.com.br/widget.js"></script> | ||
<script type="text/javascript" src="http://localhost:9000/back4app-navigation.bundle.js"></script><script type="text/javascript" src="bundles/dashboard.751689feb1b99fab176b.js"></script><script type="text/javascript" src="bundles/login.2cc31a054b35c671c417.js"></script></body> | ||
</html> |
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
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