mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
removed unnecessary jstree plugin 'hotkey'. (it also prevented click events from getting fired when 'spacebar' is pressed on a button element in Chrome)
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12600 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
95e4160d5a
commit
6d13cd0b43
1 changed files with 1 additions and 4 deletions
|
|
@ -1,9 +1,6 @@
|
|||
<load target="./css/themes/classic/style.css" index="11" />
|
||||
<load target="./css/sitemap.css" index="11" />
|
||||
<load target="./js/_lib/jquery.cookie.js" />
|
||||
<load target="./js/_lib/jquery.hotkeys.js" />
|
||||
<!--load target="./js/jquery.jstree.js" />
|
||||
<load target="./js/jquery.tmpl.js" /-->
|
||||
<load target="./js/jquery.scrollTo-1.4.2.js" />
|
||||
|
||||
<!--script src="http://ajax.microsoft.com/ajax/jquery.templates/beta1/jquery.tmpl.js"></script-->
|
||||
|
|
@ -774,7 +771,7 @@ function onSiteMapReceived(htData){
|
|||
$("#siteMapTree")
|
||||
.jstree({
|
||||
// the `plugins` array allows you to configure the active plugins on this instance
|
||||
"plugins" : ["themes","html_data","ui","crrm","hotkeys","dnd"],
|
||||
"plugins" : ["themes","html_data","ui","crrm","dnd"],
|
||||
//"themes","json_data","ui","crrm","cookies","dnd","search","types","hotkeys","contextmenu"
|
||||
// each plugin you have included can have its own config object
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue