Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Changeset
Next Changeset
→
Changeset 33
View differences
inline
side by side
Show
lines around each change
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
02/06/08 15:54:24 (
4 years
ago)
Author:
mike
Message:
Trying the cometd route
Files:
1 modified
tabled.py
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
tabled.py
r32
r33
154
154
nargs = {}
155
155
print "---------------"
156
args = IRequest(ctx).args
156
request = IRequest(ctx)
157
args = request.args
158
request.setHeader("Content-type", "text/javascript")
157
159
for k,v in args.items(): nargs[k] = v[0]
158
160
handler = None
Download in other formats:
Unified Diff
Zip Archive