Dotclear


Ignore:
Timestamp:
11/17/13 20:25:53 (12 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
2.6
Children:
2567:6c11245cbf04, 2568:61c67a7d17fa
Message:

Add some people in CREDITS, remove trailing spaces and tabs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/themeEditor/script.js

    r948 r2566  
    33     $('#file-form input[name="write"]').click(function() { 
    44          var f = this.form; 
    5            
     5 
    66          var data = { 
    77               file_content: (!dotclear.colorsyntax ? $(f).find('#file_content').get(0).value : editor.getValue()), 
     
    99               write: 1 
    1010          }; 
    11            
     11 
    1212          if (msg == false) { 
    1313               msg = $('<p style="font-weight:bold; color:red;"></p>'); 
    1414               $('#file_content').parent().after(msg); 
    1515          } 
    16            
     16 
    1717          msg.text(dotclear.msg.saving_document); 
    18            
     18 
    1919          $.post(document.location.href,data,function(res,status) { 
    2020               var err = $(res).find('div.error li:first'); 
     
    2828               } 
    2929          }); 
    30            
     30 
    3131          return false; 
    3232     }); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map