diff options
Diffstat (limited to 'swat/scripting')
-rw-r--r-- | swat/scripting/common.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/swat/scripting/common.js b/swat/scripting/common.js index baebe8af82..f868040f03 100644 --- a/swat/scripting/common.js +++ b/swat/scripting/common.js @@ -8,6 +8,8 @@ global.page = new Object(); /* fill in some defaults */ global.page.title = "Samba Web Administration Tool"; +libinclude("base.js"); + /* to cope with browsers that don't support cookies we append the sessionid to the URI */ global.SESSIONURI = ""; |