summaryrefslogtreecommitdiff
path: root/js/lib/app.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-04-22 12:53:56 +0200
committerJules Laplace <julescarbon@gmail.com>2018-04-22 12:53:56 +0200
commit88f7735483779d7b90e03faff00203ac0d77ec46 (patch)
tree04c9261082556da4400a85cbd6d838cdeb6f1079 /js/lib/app.js
parent1d6e01a44ea9f23b2a7fcc63de12c132e74fc0bb (diff)
fixing the harpHEADmaster
Diffstat (limited to 'js/lib/app.js')
-rw-r--r--js/lib/app.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/js/lib/app.js b/js/lib/app.js
index 9c07de6..b9dd0f7 100644
--- a/js/lib/app.js
+++ b/js/lib/app.js
@@ -10,9 +10,9 @@ var app = (function() {
app.bind()
app.build()
// check if we're in an iframe
- if (window.self === window.top) {
- app.ready()
- }
+ // if (window.self === window.top) {
+ app.ready()
+ //}
}
app.bind = function() {