Skip to content
Snippets Groups Projects
Commit 30b61849 authored by Jared Hancock's avatar Jared Hancock
Browse files

Merge pull request #641 from protich/issue/click2view


Revert click to preview change.

Reviewed-By: default avatarJared Hancock <jared@osticket.com>
parents 91bfd578 68f33732
Branches
Tags
No related merge requests found
...@@ -183,7 +183,7 @@ jQuery(function() { ...@@ -183,7 +183,7 @@ jQuery(function() {
//Ticket preview //Ticket preview
$('.ticketPreview').live('mouseover click', function(e) { $('.ticketPreview').live('mouseover', function(e) {
e.preventDefault(); e.preventDefault();
var elem = $(this); var elem = $(this);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment