Browse Source

Not needed

Gaël Métais 11 years ago
parent
commit
a7493fc4a4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      phantomas_custom/modules/jsFileLoadYLT/jsFileLoadYLT.js

+ 2 - 2
phantomas_custom/modules/jsFileLoadYLT/jsFileLoadYLT.js

@@ -7,7 +7,7 @@ exports.version = '0.0';
 exports.module = function(phantomas) {
     'use strict';
     
-    phantomas.on('recv', function(entry, res) {
+    /*phantomas.on('recv', function(entry, res) {
         if (!entry.isJS) {
             return;
         }
@@ -25,5 +25,5 @@ exports.module = function(phantomas) {
 
             })(window.__phantomas);
         }, entry.url);
-    });
+    });*/
 };