public
Fork of halorgium/mephisto
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/technoweenie/mephisto.git
Click here to lend your support to: mephisto and make a donation at www.pledgie.com !
add specs for destroying site associations [Isaac]
technoweenie (author)
Sun Feb 03 09:41:04 -0800 2008
commit  13c8aab7b6d4501731ed95b27cfdaf5cb346af80
tree    6acaf60a2245a84c73222d99de89647b6b4dfeeb
parent  1313754bc9556d08c9dbbf5f41fded31c2e936d4
...
323
324
325
326
 
327
328
329
...
323
324
325
 
326
327
328
329
0
@@ -323,7 +323,7 @@ var ArticleForm = {
0
 
0
   getRevision: function() {
0
     var rev = $F(this)
0
- var url = Mephisto.root + '/admin/articles/edit/' + location.href.match(/\/edit\/([0-9]+)/)[1];
0
+ var url = Mephisto.root + '/admin/articles/' + location.href.match(/\/edit\/([0-9]+)/)[1] + "/edit";
0
     if(rev != '0') url += "/" + rev;
0
     location.href = url;
0
   }

Comments

    No one has commented yet.