Skip to content

Commit

Permalink
1.0.4.0 file tidying
Browse files Browse the repository at this point in the history
  • Loading branch information
rogercreagh committed Jan 30, 2023
1 parent 01494b5 commit c26c7f9
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 102 deletions.
10 changes: 2 additions & 8 deletions src/com_xbbooks/site/views/book/tmpl/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*******
* @package xbBooks
* @filesource site/views/book/tmpl/default.php
* @version 1.0.3.9 28th January 2023
* @version 1.0.4.0 30th January 2023
* @author Roger C-O
* @copyright Copyright (c) Roger Creagh-Osborne, 2021
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
Expand Down Expand Up @@ -389,21 +389,15 @@
// Load view vith AJAX
jQuery(this).find('.modal-content').load('/index.php?option=com_xbpeople&view=person&layout=default&tmpl=component&id='+window.pvid);
})
jQuery('#ajax-ppvmodal').on('hidden', function () {
document.location.reload(true);
})
jQuery('#ajax-gpvmodal').on('show', function () {
// Load view vith AJAX
jQuery(this).find('.modal-content').load('/index.php?option=com_xbpeople&view=group&layout=default&tmpl=component&id='+window.pvid);
})
jQuery('#ajax-gpvmodal').on('hidden', function () {
document.location.reload(true);
})
jQuery('#ajax-cpvmodal').on('show', function () {
// Load view vith AJAX
jQuery(this).find('.modal-content').load('/index.php?option=com_xbpeople&view=character&layout=default&tmpl=component&id='+window.pvid);
})
jQuery('#ajax-cpvmodal').on('hidden', function () {
jQuery('#ajax-ppvmodal,#ajax-gpvmodal,#ajax-cpvmodal').on('hidden', function () {
document.location.reload(true);
})
});
Expand Down
31 changes: 0 additions & 31 deletions src/com_xbbooks/site/views/book/tmpl/modalcpv.php

This file was deleted.

31 changes: 0 additions & 31 deletions src/com_xbbooks/site/views/book/tmpl/modalgpv.php

This file was deleted.

31 changes: 0 additions & 31 deletions src/com_xbbooks/site/views/book/tmpl/modalppv.php

This file was deleted.

2 changes: 1 addition & 1 deletion src/com_xbbooks/xbbooks.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<extension type="component" version="3.1" method="upgrade">
<name>xbbooks</name>
<creationDate>29th January 2023</creationDate>
<creationDate>30th January 2023</creationDate>
<version>1.0.4.0</version>
<author>Roger C-O</author>
<authorEmail>[email protected]</authorEmail>
Expand Down

0 comments on commit c26c7f9

Please sign in to comment.