~openerp-chinese-team/openerp-china/openerp-china

« back to all changes in this revision

Viewing changes to oecn_help/web/editors.py

  • Committer: JoshuaJan
  • Date: 2012-05-14 09:16:32 UTC
  • mfrom: (60.1.1 openerp-china)
  • Revision ID: joshua@openerp.cn-20120514091632-hh0dir8tfl50edpk
mergeĀ fromĀ 61

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
                       <script type="text/javascript">
22
22
                           jQuery(document).ready(function() {
23
23
                               jQuery("#oecn_help").click(function() {
24
 
                                    jQuery(this).attr("href","http://www.openerp-china.org/wiki/index.php?title="+jQuery("#_terp_model").val());
 
24
                                    jQuery(this).attr("href","http://www.openerp-china.org/help.php?page="+jQuery("#_terp_model").val());
25
25
                                   });
26
26
                               });
27
27
                       </script>