mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-02 16:21:01 -04:00
Added a placeholder me for iPad which inspects the object once the page loads.
This commit is contained in:
parent
43ac0e8572
commit
57b154810b
1 changed files with 7 additions and 1 deletions
|
@ -34,9 +34,15 @@
|
|||
<script src="/javascripts/aether.js" defer></script>
|
||||
<script src="/javascripts/app.js" defer></script> <!-- it's all Backbone! -->
|
||||
<script>
|
||||
|
||||
// Placeholder for iPad, which inspects the user object at the bottom of an injected page.
|
||||
window.userObject = "userObjectTag";
|
||||
window.me = {
|
||||
get: function(attribute) { return window.userObject[attribute]; }
|
||||
}
|
||||
|
||||
onLoad = function() {
|
||||
FastClick.attach(document.body);
|
||||
window.userObject = "userObjectTag";
|
||||
require('core/initialize');
|
||||
}
|
||||
</script>
|
||||
|
|
Loading…
Add table
Reference in a new issue