https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15747

Jonathan Druart <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |11559
                 CC|                            |[email protected]
                   |                            |m

--- Comment #4 from Jonathan Druart <[email protected]> 
---
Jesse, could you explain what you are doing with document.location.hash?

I do not understand the following line in includes/cateditor-ui.inc:

1094         if ( "[% auth_forwarded_hash %]" ) {
1095             document.location.hash = "[% auth_forwarded_hash %]";
1096         }

Should not be:

1094         [% IF auth_forwarded_hash %]
1095             document.location.hash = "[% auth_forwarded_hash %]";
1096         [% END %]

instead?


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11559
[Bug 11559] Professional cataloger's interface
-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to