Skip to content
This repository has been archived by the owner on Dec 8, 2020. It is now read-only.

Commit

Permalink
add some "?v3" URL parameters to trigger a browser reload
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnaber committed Dec 22, 2013
1 parent a4f2abd commit 795434b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ function current_url(){
$assets = array(
'links' => array(
array(
'src' => $rootUrl . '/css/style.css',
'src' => $rootUrl . '/css/style.css?v3',
'rel' => "stylesheet",
'type' => "text/css",
'media' => 'screen'
),
array(
'src' => $rootUrl . '/favicon.ico?' . rand(),
'src' => $rootUrl . '/favicon.ico?',
'rel' => "shortcut icon",
'type' => "",
'media' => ''
Expand Down Expand Up @@ -192,7 +192,7 @@ function showDownloadStandaloneThanks() {
/* the URL of your proxy file: */
languagetool_rpc_url : "<?php print $rootUrl ?>/online-check/tiny_mce/plugins/atd-tinymce/server/proxy.php?url=",
/* edit this file to customize how LanguageTool shows errors: */
languagetool_css_url : "<?php print $rootUrl ?>/online-check/tiny_mce/plugins/atd-tinymce/css/content.css",
languagetool_css_url : "<?php print $rootUrl ?>/online-check/tiny_mce/plugins/atd-tinymce/css/content.css?v3",
/* this stuff is a matter of preference: */
theme : "advanced",
theme_advanced_buttons1 : "",
Expand Down

0 comments on commit 795434b

Please sign in to comment.