forked from wp-plugins/wp-piwik
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-svn-id: https://plugins.svn.wordpress.org/wp-piwik/trunk@415623 b8457f37-d9ea-0310-8a92-e5e31aec5664
- Loading branch information
Braekling
authored and
Braekling
committed
Jul 26, 2011
1 parent
1b3cdcd
commit 5a4e604
Showing
6 changed files
with
155 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,5 @@ | |
/********************************* | ||
WP-Piwik::Stats:Footer | ||
**********************************/ | ||
?> | ||
</div> | ||
</div> | ||
|
||
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,3 @@ | ||
jQuery( function($) { | ||
// close postboxes that should be closed | ||
jQuery('.if-js-closed').removeClass('if-js-closed').addClass('closed'); | ||
postboxes.add_postbox_toggles('wppiwik'); | ||
} ); | ||
|
||
function datelink(strPage,strDate) { | ||
window.location.href='index.php?page='+strPage+'&date='+strDate; | ||
} | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.