diff options
| author | xue <> | 2006-05-18 18:12:39 +0000 | 
|---|---|---|
| committer | xue <> | 2006-05-18 18:12:39 +0000 | 
| commit | 4945d1fb9856d92ab4dd9a0f65a11928f65f9b28 (patch) | |
| tree | 2247b57f822f460b5858d9b0ceacbc73b927c5eb /framework/Web/UI/TClientScriptManager.php | |
| parent | be6b0bb9061550aa6faadf47bf481b5f411c6188 (diff) | |
Merge from 3.0 branch till 1079.
Diffstat (limited to 'framework/Web/UI/TClientScriptManager.php')
| -rw-r--r-- | framework/Web/UI/TClientScriptManager.php | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/UI/TClientScriptManager.php b/framework/Web/UI/TClientScriptManager.php index 160ed055..3926d166 100644 --- a/framework/Web/UI/TClientScriptManager.php +++ b/framework/Web/UI/TClientScriptManager.php @@ -159,7 +159,7 @@ class TClientScriptManager extends TApplicationComponent  			$scriptLoader=$basePath.'/'.self::SCRIPT_LOADER;  			$url=$this->publishFilePath($scriptLoader).'?js='.trim($files,',');  			if($this->getApplication()->getMode()===TApplication::STATE_DEBUG) -				$url.='&__nocache'; +				$url.='&mode=debug';  			$writer->write(TJavaScript::renderScriptFile($url));  		}  	}  | 
