Merge javascript changes from stable branch

This commit is contained in:
Christophe Dumez
2010-06-07 13:41:32 +00:00
parent 61246f81c7
commit 4386b6c2c4
5 changed files with 147 additions and 134 deletions

View File

@@ -7,21 +7,21 @@
$('PropGeneralLink').addEvent('click', function(e){
MochaUI.updateContent({
'element': $('properties'),
'element': $('propertiesPanel'),
'url': 'prop-general.html'
});
});
$('PropTrackersLink').addEvent('click', function(e){
MochaUI.updateContent({
'element': $('properties'),
'element': $('propertiesPanel'),
'url': 'prop-trackers.html'
});
});
$('PropFilesLink').addEvent('click', function(e){
MochaUI.updateContent({
'element': $('properties'),
'element': $('propertiesPanel'),
'url': 'prop-files.html'
});
});