/[takahashi]/takahashi.xul
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /takahashi.xul

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 7 by dpavlin, Sat Jun 10 08:44:15 2006 UTC revision 8 by dpavlin, Sat Jun 10 08:50:08 2006 UTC
# Line 1008  var Presentation = { Line 1008  var Presentation = {
1008                  if (this.dataPath != file) {                  if (this.dataPath != file) {
1009                          var path = this.dataPath;                          var path = this.dataPath;
1010                          var request = new XMLHttpRequest();                          var request = new XMLHttpRequest();
1011                          request.open('GET', path);                          request.open('GET', path + '?rand=' + Math.random() );
1012                          request.onload = function() {                          request.onload = function() {
1013                                  Presentation.textbox.value = request.responseText;                                  Presentation.textbox.value = request.responseText;
1014                                  Presentation.data = Presentation.textbox.value;                                  Presentation.data = Presentation.textbox.value;

Legend:
Removed from v.7  
changed lines
  Added in v.8

  ViewVC Help
Powered by ViewVC 1.1.26