popup from bootstrap and not jquery-ui
This commit is contained in:
parent
0fba62a9f1
commit
cdbe35a3e1
|
@ -127,7 +127,7 @@
|
||||||
</div>
|
</div>
|
||||||
<!-- java script -->
|
<!-- java script -->
|
||||||
<?php
|
<?php
|
||||||
echo $this->Html->script(array('jquery.min', 'bootstrap.min', 'jquery-ui','bootstrap-wysihtml5','select2.min','select2_locale_de','dreamjob'));
|
echo $this->Html->script(array('jquery.min', 'bootstrap.min', 'bootstrap-wysihtml5','select2.min','select2_locale_de','dreamjob'));
|
||||||
?>
|
?>
|
||||||
<!-- extraScript -->
|
<!-- extraScript -->
|
||||||
<?php
|
<?php
|
||||||
|
|
|
@ -48,7 +48,7 @@ var global_load = null;
|
||||||
$(this).select2({allowClear: true});
|
$(this).select2({allowClear: true});
|
||||||
});
|
});
|
||||||
$(where + ' .dropdown-toggle').dropdown();
|
$(where + ' .dropdown-toggle').dropdown();
|
||||||
$(where + " a").tooltip();
|
$(where + " a").tooltip({'placement':"bottom"});
|
||||||
|
|
||||||
$(where + " a").not('[href*="mailto:"]').each(function(that) {
|
$(where + " a").not('[href*="mailto:"]').each(function(that) {
|
||||||
if ($(this).attr("rel") !== "external" && $(this).attr("ref") !== "eventOff" && !$(this).parents('ul').hasClass("wysihtml5-toolbar") && !$(this).hasClass(".select2-choice"))
|
if ($(this).attr("rel") !== "external" && $(this).attr("ref") !== "eventOff" && !$(this).parents('ul').hasClass("wysihtml5-toolbar") && !$(this).hasClass(".select2-choice"))
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue