![]() |
|
|
|||||||
| For more information about the ads and why they're here, please see the FAQ |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Does anyone know how can I remove the default signature separator (--)? I am assuming it has to deal with code in the app.js file.
Thanks |
|
#2
|
|||
|
|||
|
I interested by solution too
![]() |
|
#3
|
|||
|
|||
|
At first glance, near line 1740 in app.js, change:
Code:
sig = '-- \n'+sig; Code:
sig = '\n'+sig; Kevin L. |
|
#4
|
|||
|
|||
|
Thanks Kevin,
Unfortunately this doesn't seem to take the signature separator out. |
|
#5
|
|||
|
|||
|
Yes it does work- thx Scubes13. It worked for me. Clear your cache and refresh.
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
| For more information about the ads and why they're here, please see the FAQ |