Issues in programming that you may have ignored, missed, misunderstood or simply forgotten.
Tuesday, May 28, 2013
Allow javascript to load files from disk
By default Google Chrome doesn't allow to load local files with Javsacript. To get rid of this, just run chrome with --allow-file-access-from-files option flag.
No comments:
Post a Comment