projects
/
Rakka.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cddd833
)
improvement of systemConfig.js
author
pho
<pho@cielonegro.org>
Thu, 31 Jul 2008 02:08:17 +0000
(11:08 +0900)
committer
pho
<pho@cielonegro.org>
Thu, 31 Jul 2008 02:08:17 +0000
(11:08 +0900)
darcs-hash:
20080731020817
-62b54-
d35f95f75f81d666e6fc819494acbc1d6f5814b9
.gz
js/systemConfig.js
patch
|
blob
|
history
diff --git
a/js/systemConfig.js
b/js/systemConfig.js
index 5ea6393aa40b54ea7df2f9afb5c7d0cd68a781be..7cc4c9194f8324e0378cda5c8d492eb6d30ea395 100644
(file)
--- a/
js/systemConfig.js
+++ b/
js/systemConfig.js
@@
-177,6
+177,14
@@
return false;
}
+ if (fldDefaultPage.value.match(Rakka.rePageName) == null) {
+ return false;
+ }
+
+ if (fldStyleSheet.value.match(Rakka.rePageName) == null) {
+ return false;
+ }
+
return true;
})();