From d101aac960527efbc7ef21f7f1728c13864a424e Mon Sep 17 00:00:00 2001
From: Federico Zivolo <zivolof@p2000.it>
Date: Tue, 23 Sep 2014 10:32:02 +0200
Subject: [PATCH] minor improvement

---
 scripts/material.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/material.js b/scripts/material.js
index e5b60682..ad219f97 100644
--- a/scripts/material.js
+++ b/scripts/material.js
@@ -32,7 +32,7 @@ $(function (){
             }
         });
 
-    });
+    }).trigger("DOMSubtreeModified");
 
 
     $(document).on("keyup change", ".form-control", function() {