Changes between Initial Version and Version 1 of Ticket #11475


Ignore:
Timestamp:
Jan 3, 2014, 10:45:48 PM (10 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11475 – Description

    initial v1  
    11Here is the patch I had to do for this plugin to work in Google Chrome browser.
    22
    3 In /usr/share/trac/myproject/plugins/TestManager-1.7.3-py2.7.egg
    4 I opened it with Archive manager (GUI) and edited  /usr/share/trac/myproject/plugins/TestManager-1.7.3-py2.7.egg/htdocs/js/testmanager.js.
     3In `/usr/share/trac/myproject/plugins/TestManager-1.7.3-py2.7.egg`
     4I opened it with Archive manager (GUI) and edited  `/usr/share/trac/myproject/plugins/TestManager-1.7.3-py2.7.egg/htdocs/js/testmanager.js`.
    55
    6 I had to replace $("input[@name=' with $("input[name=' removing the @ symbol to avoid a jquery error. This was done in about 2-3 places in this js file.
     6I had to replace `$("input[@name='` with `$("input[name='` removing the @ symbol to avoid a jquery error. This was done in about 2-3 places in this js file.
    77
    88After that the plugin works fine in Chrome without any js errors.