import from la bonne adresse and first refactoring for ouidade.com
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
|
||||
// tests if page is iframed
|
||||
|
||||
// github.com/Modernizr/Modernizr/issues/242
|
||||
|
||||
Modernizr.addTest('framed', function(){
|
||||
return window.location != top.location;
|
||||
});
|
||||
Reference in New Issue
Block a user