Details and queue management
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
(function($) {
|
||||
|
||||
// disable anchors in menu links which are disabled
|
||||
$("li.disabled a").click(function () {
|
||||
return false;
|
||||
});
|
||||
|
||||
// Making elements equal height
|
||||
var equalheight = function(container){
|
||||
|
||||
|
||||
Reference in New Issue
Block a user