mirror of
https://github.com/flynx/pWiki.git
synced 2025-12-17 16:41:39 +00:00
small tweaks...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
01d602ad9a
commit
04e2b0d40c
@ -70,7 +70,10 @@ $(function(){requirejs(['pwiki'], function(pwiki){
|
||||
// load bootstrap data...
|
||||
if(window.Bootstrap){
|
||||
Bootstrap.__proto__ = pwiki.BaseData
|
||||
data.__proto__ = Bootstrap }
|
||||
// XXX
|
||||
var data = wiki.__data = Bootstrap
|
||||
//data.__proto__ = Bootstrap
|
||||
}
|
||||
|
||||
var client = window.client =
|
||||
new pwiki.pWikiClient()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user