|
@@ -13,6 +13,10 @@ ChangeFormTabs.prototype = {
|
|
return $().add($modules).add($inlines);
|
|
return $().add($modules).add($inlines);
|
|
},
|
|
},
|
|
getHashSelector: function(hash) {
|
|
getHashSelector: function(hash) {
|
|
|
|
+ if (hash == undefined) {
|
|
|
|
+ return null;
|
|
|
|
+ }
|
|
|
|
+
|
|
var result = hash.match(/^(#(\/tab\/(.+)\/)?)?$/i);
|
|
var result = hash.match(/^(#(\/tab\/(.+)\/)?)?$/i);
|
|
|
|
|
|
if (result == null) {
|
|
if (result == null) {
|