Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/Giko.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 2214 |
URL := Text; |
URL := Text; |
| 2215 |
// !!!!! Debug !!!!! |
// !!!!! Debug !!!!! |
| 2216 |
// スキン用 |
// スキン用 |
| 2217 |
if FileExists( GikoSys.GetSkinDir + 'Header.html' ) and |
if FileExists( GikoSys.Setting.CSSFileName + 'Header.html' ) and |
| 2218 |
(Pos( 'about:blank..', URL ) = 1) then |
(Pos( 'about:blank..', URL ) = 1) then |
| 2219 |
Exit |
Exit |
| 2220 |
else if Pos('about:blank..', URL) = 1 then |
else if Pos('about:blank..', URL) = 1 then |
|
|
Legend:
| Removed from v.1.52 |
|
| changed lines |
| |
Added in v.1.53 |
|
|
|