From db7273d7e6f3be2d8f5ff0dd55cc187b955d2a9d Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 24 Dec 2015 11:16:41 +0800 Subject: [PATCH] Asset.php --- Asset.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Asset.php b/Asset.php index 77377d6f..7ddd4488 100644 --- a/Asset.php +++ b/Asset.php @@ -120,7 +120,7 @@ trait Pman_Core_Asset_Trait { function outputJavascriptDir($path) { - + die("jsdir"); $relpath = $this->rootURL . '/' . $path .'/'; $ff = HTML_FlexyFramework::get(); $dir = $this->rootDir.'/' . $path; -- 2.39.2