From 85fcb85fb7d2950871a82e89b882a35c9bb648a9 Mon Sep 17 00:00:00 2001 From: "Damian A. Pastorini" Date: Fri, 5 Feb 2016 09:54:46 -0300 Subject: [PATCH] - Readme notes. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a88448c..d6cfe6c 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ If you have a different theme other than the default, you will need to copy the ### Development Notes To hook to window.ias you need to listen the window.onload event: + `jQuery(window).load(function() { console.log('window load jquery'); console.log(window.ias);