Skip to content

Commit

Permalink
updated header
Browse files Browse the repository at this point in the history
  • Loading branch information
Urban committed Sep 13, 2012
1 parent c3ff1fe commit 4612985
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions moviesio_imdb_import.js
@@ -1,10 +1,5 @@
/* /*
* This is a JavaScript Scratchpad. * IMDB watchlist importer for movies.io
*
* Enter some JavaScript, then Right Click or choose from the Execute Menu:
* 1. Run to evaluate the selected text,
* 2. Inspect to bring up an Object Inspector on the result, or,
* 3. Display to insert the result in a comment after the selection.
*/ */


(function(){ (function(){
Expand Down Expand Up @@ -90,4 +85,4 @@
var dropFileArea = document.getElementById('content'); var dropFileArea = document.getElementById('content');
dropFileArea.addEventListener('dragover', handleDragOver, false); dropFileArea.addEventListener('dragover', handleDragOver, false);
dropFileArea.addEventListener('drop', handleFileSelect, false); dropFileArea.addEventListener('drop', handleFileSelect, false);
})(); })();

0 comments on commit 4612985

Please sign in to comment.