Search found 1 match

by bmhs7
2012-02-16 02:16
Forum: KTML for Dreamweaver
Topic: Firefox 10
Replies: 10
Views: 17209

Re: Firefox 10

here's the fix.

find this code in the following file: includes > ktm > core > editor_mozilla.js

Around line 10 find this code:

Code: Select all

var class_name=(tmpprs.isSameNode(current_tag))
And change to this:

Code: Select all

var class_name=((current_tag))
Save and upload, this should do it...