Skip to content
Snippets Groups Projects
Commit 9238b3aa authored by Tim Steiner's avatar Tim Steiner
Browse files

Re-add specific version jQuery includes for jsPlumb. 0h10

parent b224dc93
No related branches found
No related tags found
No related merge requests found
<?php $this->headLink()->appendStylesheet($this->baseUrl() . '/css/requests/approval-chain-manager.css', 'all'); ?> <?php
<?php $this->headScript()->appendFile($this->baseUrl() . '/jsPlumb/js/jquery.jsPlumb-1.5.2.js'); ?> $this->headLink()->appendStylesheet($this->baseUrl() . '/css/requests/approval-chain-manager.css', 'all');
<?php $this->headScript()->appendFile($this->baseUrl() . '/javascript/requests/approval-chain-manager.js'); ?> $this->headScript()->prependFile('https://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js');
<?php $this->headScript()->appendFile($this->baseUrl() . '/javascript/courses/edit.js'); ?> $this->headScript()->prependFile('https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js');
<?php $this->layout()->pageTitle = 'Approval Chain Manager'; ?> $this->headScript()->appendFile($this->baseUrl() . '/jsPlumb/js/jquery.jsPlumb-1.5.2.js');
<?php $this->layout()->hideMenu = true; ?> $this->headScript()->appendFile($this->baseUrl() . '/javascript/requests/approval-chain-manager.js');
$this->headScript()->appendFile($this->baseUrl() . '/javascript/courses/edit.js');
$this->layout()->pageTitle = 'Approval Chain Manager';
$this->layout()->hideMenu = true;
?>
<section class="wdn-grid-set"> <section class="wdn-grid-set">
<div class="wdn-col-one-fourth editMenu"> <div class="wdn-col-one-fourth editMenu">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment